A Streamlit-based web application that performs sentiment analysis on user input text.
- Text preprocessing using NLTK
- Stopword removal and tokenization
- Sentiment prediction (Positive / Negative)
- Interactive Streamlit UI
- Python
- Streamlit
- NLTK
- Scikit-learn
- Pandas
- Matplotlib
pip install -r requirements.txt
streamlit run app.py