Skip to content

A web application built using Streamlit to detect emotions and sentiment from Indonesian text. This project uses Machine Learning models (Naive Bayes, Random Forest, and SVM) trained with TF-IDF vectorization and stored as .pkl files for direct use.

Notifications You must be signed in to change notification settings

hilmansw/Emotion-Detection-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎭 Emotion & Sentiment Detection with Streamlit

A web application built using Streamlit to detect emotions and sentiment from Indonesian text.
This project uses Machine Learning models (Naive Bayes, Random Forest, and SVM) trained with TF-IDF vectorization and stored as .pkl files for direct use.


🚀 Installation

  1. Clone repository:
git clone https://github.com/hilmansw/emotion-detection-app.git
cd emotion-detection-app
  1. Create virtual environment (optional but recommended):
python -m venv venv

Activate environment:

  • Windows: venv\Scripts\activate
  • Linux/Mac: source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt

▶️ Running the App

Run the following command:

streamlit run app.py

About

A web application built using Streamlit to detect emotions and sentiment from Indonesian text. This project uses Machine Learning models (Naive Bayes, Random Forest, and SVM) trained with TF-IDF vectorization and stored as .pkl files for direct use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages