Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 277 Bytes

File metadata and controls

9 lines (9 loc) · 277 Bytes

AI Powered Assistant Bot

  • Place your GOOGLE_API_KEY key in .env file
  • Commands to run:
    • python -m venv venv
    • source venv/bin/activate
    • pip install -r requirements.txt
    • python --version
    • python3.11 -m streamlit run app.py
      • Replace with your python version