Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 429 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 429 Bytes

Jovian GenAI Hackathon

Steps to Get Started

  1. Run the following commands in the terminal

git clone https://github.com/anshumankmr/jovian-genai-hackathon

  1. Open the directory
  2. Run

cd server

python -m venv .\venv

env\Scripts\activate.bat

  1. Create a .env file in the server following the format as in the env.example file. The OpenAI key can be generated from platform.openai.com
  2. Run

python app.py