-
- Python 3.9 or higher
- pip (Python package installer)
-
- Clone the repository:
git clone /~https://github.com/genieincodebottle/genaicodelab.git cd genaicodelab/your_ai_chat_analytics
- Create a virtual environment:
python -m venv venv venv\Scripts\activate # On Linux -> source venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Clone the repository:
To start the application, run:
streamlit run app.py