A machine learning based sentiment and emotion analysis dashboard built using Python and Streamlit.
- Sentiment Prediction (Positive, Negative, Neutral)
- Emotion Detection
- Interactive Dashboard
- Prediction History Tracking
- Custom Text Input Analysis
- Machine Learning Models trained using TF-IDF
- Python
- Streamlit
- Scikit-learn
- Pandas
- NumPy
dataset/
model/
app.py
train_model.py
history.csv
requirements.txt
README.md
- Install dependencies
- Run:
streamlit run app.pySoumya Sharma