Keywords: aspect-level sentiment classification; local context focus; self-attention; pretrained BERT
The aim of project is to predict polarity of available aspects in text from trained data.
We used Public & Community-shared datasets for Aspect-based sentiment analysis and Text Classification.
- Python (Programming Language)
- PyABSA (Machine Learning Library)
- gradio (Python Framework)
- pandas (Python Library for Data operations)
- Create virtual environment
conda create -n myenv python=3.8
- Activate the environment
conda activate myenv
- Install the packages
pip install -r requirements.txt
- Run the app
python app.py
- Navigate to URL http://127.0.0.1:5000/
- Enter valid values in all input boxes and hit Predict.
If everything goes well, you should be able to see the predcitions on the HTML page!
Devansh Mistry - Linkedin
If you like this project, please do give the star. If you have any suggestions or issues, please drop me a message.
- All datasets provided are for research only, we do not hold any Copyright of any datasets. These datasets follow their original licenses (if any).