Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.32 KB

Turkish Text-Classifier Application

plot

Tuskish Text Classifier application to determine the topic of the input string. The model itself is a fine-tuned version of the BERT, Electra, DistilBERT.

How to run the app?

  • Clone the repository.
  • Make sure you have docker and docker-compose in your environment.
  • Navigate to the app folder.
  • Run the following docker command.
docker-compose up --build
  • Wait until you see the initialization of the app.
api_1 | INFO: Application startup complete.
  • Navigate the following url in any web browser to reach the React app.
http://localhost:3000/

Quick tour on application

2022-08-22.02-14-48.mp4