Skip to content

Latest commit

 

History

History

your_ai_chat_analytics

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
AI

⚙️ Setup Instructions

  • Prerequisites

    • Python 3.9 or higher
    • pip (Python package installer)
  • Installation

    1. Clone the repository:
      git clone /~https://github.com/genieincodebottle/genaicodelab.git
      cd genaicodelab/your_ai_chat_analytics
    2. Create a virtual environment:
      python -m venv venv
      venv\Scripts\activate # On Linux -> source venv/bin/activate
    3. Install dependencies:
      pip install -r requirements.txt

💻 Running the Application

To start the application, run:

streamlit run app.py
App