This project provides a Streamlit-based interactive platform for analyzing and visualizing textual data.
- Sentiment analysis with VADER.
- Word cloud generation.
- Keyword extraction using TF-IDF.
- Topic modeling with Latent Dirichlet Allocation (LDA).
- Clone the repository:
- Install dependencies: pip install -r requirements.txt
- Run the app: streamlit run app.py
- Streamlit
- NLTK
- Matplotlib
- WordCloud
- scikit-learn