Merge pull request #55 from DL4DS/hf_yaml
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# DL4DS Tutor 🏃
|
2 |
|
3 |
Check out the configuration reference at [Hugging Face Spaces Config Reference](https://huggingface.co/docs/hub/spaces-config-reference).
|
|
|
1 |
+
---
|
2 |
+
title: AI Class Tutor
|
3 |
+
description: An LLM based AI class tutor with RAG on DL4DS course
|
4 |
+
emoji: 🐶
|
5 |
+
colorFrom: red
|
6 |
+
colorTo: green
|
7 |
+
sdk: docker
|
8 |
+
app_port: 7860
|
9 |
+
---
|
10 |
# DL4DS Tutor 🏃
|
11 |
|
12 |
Check out the configuration reference at [Hugging Face Spaces Config Reference](https://huggingface.co/docs/hub/spaces-config-reference).
|