Skip to content

Favourj-bit/Fast-sentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fast-sentiment

I built an NLP model to test the sentiment of sentences and words. This was done using VaderSentiment. It was deployed using docker and fastapi

image

To test the API

  1. Make sure docker is installed, I installed docker desktop
  2. run the command: docker build -t fast_sentiment .
  3. run the command: docker run -p 8000:8000 -t -i fast_sentiment
  4. Visit http://localhost:8000/docs to interact with the API

NB: These commands are for window users, if using Linux, you will need to include sudo to the front of the commands

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published