Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 977 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 977 Bytes

Tweet-Emotion-Recognition

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.

Demo Image


Dataset

The dataset has thousands of tweets, each classified in one of six emotions.

Getting Started

  1. Create a virtual environment
python3 -m venv venv
source venv/bin/activate
  1. Clone the repository to your local machine
git clone https://github.com/ldebele/Tweet-Emotion-Recognition.git
cd Tweet-Emotion-Recognition
  1. Install the required dependencies
pip3 install -r requirements.txt
  1. Run the web app
streamlit run './src/app.py'

Author

  • Lemi Debele