Sentimental Analysis API build with VADERSentiment, FastAPI and Docker
Make sure Docker is installed on your system
run the command sudo docker build -t fast_sentiment .
to build the container
Now run the command sudo docker run -p 8000:8000 -t -i fast_sentiment
. to run the API.
Visit http://localhost:8000/docs
to interact with the API
This project is license under the MIT License