Emoter is an emotion detection model that can predict user emotions based off of texts and suggest songs and books doing the same.
- Model created using Bert-Base-Uncased
- Accuracy of 96.5%
- More features to be added to the model
- Clone the GitHub repository
- To get the React frontend server running:
npm start
- To start the model on the backend:
set your flask environment variable
cd backend
flask run api.py