- Install Python 3.8+ and pip
- Set your OpenAI API key in the terminal:
On Windows CMD:
export OPENAI_API_KEY=your_api_key_hereset OPENAI_API_KEY=your_api_key_here - Install dependencies:
pip install -r requirements.txt - Run the server:
python app.py - Open in browser:
http://127.0.0.1:5000
- Answers course questions based on pre-defined FAQ
- Falls back to GPT response if no match found