- Clone this repository
- Install dependencies:
pip install -r requirements.txt
- Create a
.env
file in the root directory and add your OpenAI API key:OPENAI_API_KEY=your_api_key_here
- Run the application:
streamlit run app.py
- Python 3.8+
- OpenAI API key
- Internet connection