Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 800 Bytes

File metadata and controls

23 lines (19 loc) · 800 Bytes

Chat Analysis

Overview

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.

Features

  • Uploads and preprocesses chat data (via preprocessor and helper modules)
  • Visualizes trends with Matplotlib and Seaborn (e.g., message counts, word clouds)
  • Uses NumPy for data handling

Requirements

  • Python 3.x
  • streamlit
  • matplotlib
  • seaborn
  • numpy

How to Run

  1. Clone the repo: git clone https://github.com/ayuclan/Chat-Analysis.git
  2. Install dependencies:pip install streamlit matplotlib seaborn numpy
  3. Run the app:streamlit run chat_analysis.py

Author

Ayushi satodiya — GitHub: ayuclan