Loading repository data…
Loading repository data…
Rana-Zaeem / repository
📱 A powerful Python-based WhatsApp chat analyzer that provides deep insights into your conversations through interactive visualizations. Features include message pattern analysis, sentiment analysis, topic modeling, and detailed activity metrics. Built with Streamlit for an easy-to-use web interface.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
WhatsApp Chat Analyzer is a modern, privacy-focused analytics tool for WhatsApp group and personal chats. It transforms exported chat data into actionable insights, interactive visualizations, and clear statistics—empowering you to understand your conversations at a glance.
.txt file to your computer.# Clone the repository
https://github.com/Rana-Zaeem/Whats_app_chat_analyzer.git
cd Whats_app_chat_analyzer
# (Optional) Create a virtual environment
python -m venv venv
# Activate (Windows)
venv\Scripts\activate
# Activate (macOS/Linux)
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Launch the app
streamlit run app.py
This project is licensed under the MIT License.