ChatScope is a WebApp where anyone either tech or non-tech person can analyze their WhatsApp chat data. With this, you can get information such as Which person is active in the chat? Generally, What time the other person is free for conversation? Which one member from the group is more engaged in chat? Which word is most used by a particular member in the group?
And many other insights you can get from this Analyzer. Anyone obviously, who has WhatsApp account can use this WebApp. He/She can export their chat either group or individual in text format (without media) and upload it in the WebApp.
Important: Don't worry, none of your data is stored. For testing use the dummy chat.
- Install packages given in
requirements.txt(packages need Python 3.11.0).
pip install -r requirements.txt- Run the below command to start your local server.
streamlit run app.py