XThomasBU commited on
Commit
bbff0eb
โ€ข
2 Parent(s): 54709ba 8b05bb6

Merge branch 'dev_branch' into setup_and_format_instructions

Browse files
.github/workflows/push_to_hf_space_prototype.yml CHANGED
@@ -14,8 +14,8 @@ jobs:
14
  - uses: actions/checkout@v4
15
  with:
16
  fetch-depth: 0
17
- lfs: true
18
  - name: Deploy Prototype to HuggingFace
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
- run: git push https://trgardos:$HF_TOKEN@huggingface.co/spaces/dl4ds/tutor_dev dev_branch:main
 
14
  - uses: actions/checkout@v4
15
  with:
16
  fetch-depth: 0
17
+ lfs: false
18
  - name: Deploy Prototype to HuggingFace
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
+ run: git push --force https://trgardos:$HF_TOKEN@huggingface.co/spaces/dl4ds/tutor_dev dev_branch:main
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).
requirements.txt CHANGED
@@ -23,6 +23,10 @@ llama-cpp-python
23
  pymupdf
24
  websockets
25
  langchain-openai
 
 
 
 
26
  black
27
  flake8
28
  bandit
 
23
  pymupdf
24
  websockets
25
  langchain-openai
26
+ langchain_experimental
27
+ html2text
28
+ PyPDF2
29
+ pdf2image
30
  black
31
  flake8
32
  bandit