Mahil27 commited on
Commit
9b80906
·
1 Parent(s): dcaab6d

Fix all missing dependencies for Hugging Face

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +8 -6
backend/requirements.txt CHANGED
@@ -1,10 +1,12 @@
1
  fastapi
2
- uvicorn
3
- PyPDF2
 
 
 
4
  faiss-cpu
5
  sentence-transformers
6
  groq
7
- numpy
8
- python-multipart
9
- PyPDF2
10
- PyPDF2==3.0.1
 
1
  fastapi
2
+ uvicorn[standard]
3
+ python-multipart
4
+ PyPDF2==3.0.1
5
+ python-docx
6
+ numpy
7
  faiss-cpu
8
  sentence-transformers
9
  groq
10
+ scikit-learn
11
+ torch
12
+ transformers