Skip to content

Apply different analysis & data science tools on your Telegram / Whatsapp chat and get exciting insights!

Notifications You must be signed in to change notification settings

aloncohen1/chat-analyzer

Repository files navigation

Apply different analysis & data science tools on your Telegram / Whatsapp chat and get exciting insights!

An online version is available here - Chat Analyzer

How to run locally

First, you need to create a secret.toml by yourself. this file should be located at ~/.streamlit/secrets.toml for macOS/Linux or %userprofile%/.streamlit/secrets.toml for Windows (Read more here)

For this app, the secret.toml should contain the following value:

hf_api_token = "your_hf_code_here"

See here how to create your own token

Once your secret.toml is ready, run:

git clone https://github.com/aloncohen1/chat-analyzer.git
pip install -r /<local_path>/chat-analyzer/requirements.txt
streamlit run /<local_path>/chat-analyzer/Home.py