This is a web app built with Streamlit to analyze chat data (e.g., WhatsApp conversations). It processes text, generates insights, and visualizes patterns using machine learning and data visualization tools.
- Uploads and preprocesses chat data (via
preprocessorandhelpermodules) - Visualizes trends with Matplotlib and Seaborn (e.g., message counts, word clouds)
- Uses NumPy for data handling
- Python 3.x
- streamlit
- matplotlib
- seaborn
- numpy
- Clone the repo: git clone https://github.com/ayuclan/Chat-Analysis.git
- Install dependencies:pip install streamlit matplotlib seaborn numpy
- Run the app:streamlit run chat_analysis.py
Ayushi satodiya — GitHub: ayuclan