Skip to content

An ML model to detect emotion based on a piece of text or paragraph

Notifications You must be signed in to change notification settings

aman-kpo/Emotion-detect

Repository files navigation

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

About

An ML model to detect emotion based on a piece of text or paragraph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published