An ML model to detect emotion based on a piece of text or paragraph It uses machine learning and Natural Learning techniques to predict the emotion of the text. Also created a web app using Streamlit
- Run the following command on the command promnpt.
git clone https://github.com/aman06012003/Emotion-detect.git
- After clonning the git repository. Open the repository in command prompt using the following command.
cd Emotion-detect
- Now install the required libraries using the below command.
pip install -r requirements.txt
- Now run the streamlit application using the command.
streamlit run app.py