Sample sentiment recognition app built in order to try out FastAPI.
Use docker to run the application. Build the image with:
docker build -t sentiment .
Run the container with:
docker run --name sentiment-recognition --expose 80 -p 80:80 sentiment