Skip to content

A simple NLP app made with FastAPI that trains a model to predict movie categories based on their description.

Notifications You must be signed in to change notification settings

evabalini/simple-nlp-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

simple-nlp-app

A simple NLP app made with FastAPI that trains a model to predict movie categories based on their description.

To run the app run: univorn --reload api:app To post a csv, go to http://127.0.0.1:8000/docs#/ (or where you serve the app) to see the SwaggerUI interface.

To train:

  • Click on the POST /train method
  • Click on the "Try it out" button
  • Select the .csv file containing the training set.
  • Click on "execute"

To test:

  • Do the same as above but in the POST /test method and with the test.csv file.

About

A simple NLP app made with FastAPI that trains a model to predict movie categories based on their description.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages