Short and simple streamlit web app for sentiment analysis, containerized. This app was few tested with seleniumbase.
Update : tests do not work anymore. One day it works, the next day it does not... Magic of computers... 😥😔
cd to the project location and run
- docker-compose up
Enter in the text section a sentence and click analyse to get the result sentiment of your phrase
- docker-compose down
If you cancel the docker while building the image (like you do Crtl C). You will need to run :
- docker-compose down
- docker-compose up --build