purvesh/absa-reviews
0
Sentiment-Analysis-App
I/p a sentence, o/p the classified sentiment
Plan of action:
- Create a modular template and include anything else if required
- Create a virtual environment
- Update and run setup.py
- Install requirements.txt
- Test and save the model (research/semeval: save_pretrained)
- Create a streamlit app
- [Checkpoint 1] Load the pretained model and tokenizer and use them to predict the sentiment per aspect of the input sentence
- [Checkpoint 2] Load a dataset with reviews and locations, converrt to aspect based format, predict the sentment per aspect and plot the avg sentiment per location for each aspect
- Use Google Maps API to periodically get this data and periodically run the model.
- Save a update the data on a database
- Deploy the app
