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