tutor_dev / README.md
XThomasBU's picture
improvements and docs
db6b619
|
raw
history blame
753 Bytes
metadata
title: Dl4ds Tutor
emoji: 🏃
colorFrom: green
colorTo: red
sdk: docker
pinned: false
hf_oauth: true

DL4DS Tutor

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

To run locally,

Clone the repository from: https://github.com/DL4DS/dl4ds_tutor

Put your data under the storage/data directory. Note: You can add urls in the urls.txt file, and other pdf files in the storage/data directory.

To create the Vector Database, run the following command:
python code/modules/vector_db.py

To run the chainlit app, run the following command:
chainlit run code/main.py

See the docs for more information.