dl4ds_tutor / README.md
XThomasBU's picture
Updated README with instructions
b9be4de
|
raw
history blame
283 Bytes
# dl4ds_tutor
## Setup
1. conda create -n dl4ds_tutor python=3.9
2. conda activate dl4ds_tutor
3. pip install -r requirements.txt
4. Create a .env file and add your openai api key as 'OPENAI_API_KEY=XXX'
## Instructions
1. Add files to `data/`
2. cd code
3. chainlit run main.py