Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 894 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 894 Bytes

Emotion-detect

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

How to run the interactive web app of Emotion detection

  1. Run the following command on the command promnpt.
git clone https://github.com/aman06012003/Emotion-detect.git
  1. After clonning the git repository. Open the repository in command prompt using the following command.
cd Emotion-detect
  1. Now install the required libraries using the below command.
pip install -r requirements.txt
  1. Now run the streamlit application using the command.
streamlit run app.py

The below image is a snapshot of the Web app image