Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 405 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 405 Bytes

infi-book-ai

  1. Create a virtual env using python3 -m venv venv
  2. Activate the virtual environment using source venv/bin/activate
  3. Install all the dependencies needed for this application using pip install -r requirements.txt
  4. Create a .env file and add following environment variables in the file `` OPENAI_API_KEY=sk-...
  5. Run server using streamlit run main.py command