- Run the following commands in the terminal
git clone https://github.com/anshumankmr/jovian-genai-hackathon
- Open the directory
- Run
cd server
python -m venv .\venv
env\Scripts\activate.bat
- 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
- Run
python app.py