Using Transfer Learning Technique build a model to analyse the sentiment of the given string/paragraph. Pythons Spacy Library was used to extract the sentiment polarity and put a threshold for the Positive, Negative and Neutral Sentiments. A FASTapi was also made for the same with Pythons Streamlit library used for the Frontend.
- Prediction.py - Spacy model python file
- app.py - FASTapi file
- stream_app.py - Streamlit Frontend
- requirements.txt - Python Dependencies.
Install python dependencies via command pip install -r requirements.txt