Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 467 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 467 Bytes

Chat Analyzer

Open terminal and execute the following commands

  1. Clone the repository
git clone https://github.com/Vanesh37/chat-analyzer.git
  1. Change directory
cd chat-analyzer
  1. Create virtual environment
python -m venv venv
  1. Activate virtual environment
venv\Scripts\activate
  1. Install all the required dependencies and libraries
pip install -r requirements.txt
  1. Run streamlit app
streamlit run app.py