Skip to content

vinay-s36/chat-analyzer

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%