Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
dl4ds
/
dl4ds_tutor
like
1
Build error
App
Files
Files
Community
b468d86
dl4ds_tutor
/
README.md
XThomasBU
Updated README with instructions
b9be4de
10 months ago
preview
code
|
raw
Copy download link
history
blame
283 Bytes
dl4ds_tutor
Setup
conda create -n dl4ds_tutor python=3.9
conda activate dl4ds_tutor
pip install -r requirements.txt
Create a .env file and add your openai api key as 'OPENAI_API_KEY=XXX'
Instructions
Add files to
data/
cd code
chainlit run main.py