Install dependencies: pip install -r requirements.txt Create a .env file in the root directory with the following content(Optional): OPENAI_API_KEY=[YOUR_OPENAI_API_KEY] Run the app: python main.py