The aim of this project is to identify wide range of emotions. It has the ability to identify emotions like Surprise, Fear, Joy, Anger, Sadness, and Love. The model can effectively analyze and classify emotional expressions present in tweet texts.
The dataset has thousands of tweets, each classified in one of six emotions.
- Create a virtual environment
python3 -m venv venv
source venv/bin/activate
- Clone the repository to your local machine
git clone https://github.com/ldebele/Tweet-Emotion-Recognition.git
cd Tweet-Emotion-Recognition
- Install the required dependencies
pip3 install -r requirements.txt
- Run the web app
streamlit run './src/app.py'
Lemi Debele