Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 819 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 819 Bytes

Whatsapp-Chat-Analysis

Software and Tools Requirement

  1. Github-Account
  2. Render-Account
  3. Vs-Code-IDE
  4. Git-CLI

Create new environment

conda create -p venv python==3.7 -y

Install all required packages

pip install -r requirements.txt

Run the application on your local machine

streamlit run app.py

Sample of running application

screenshot

screenshot

click-to-check-the-project

--------------------------------------- END -----------------------------------------------

Thanks!!