Emotion-App is a Python-based web application that detects human emotions using a trained machine learning model. Users can input text and the app predicts the associated emotion based on the model.
- Uses a pre-trained machine learning model (
emotion_model.pkl) for emotion classification. - Simple web interface served through Python (likely using Flask).
- Easy setup with dependency management using
requirements.txt.
git clone https://github.com/Srishtik-ui/emotion-app.git
cd emotion-app
#emotion app by text