Hamdy005 commited on
Commit
d4a7a60
Β·
1 Parent(s): 2690ca5

feat: add Dockerfile and project requirements to containerize the application

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt CHANGED
@@ -16,6 +16,7 @@ langchain-huggingface
16
  langchain-text-splitters
17
  python-dotenv
18
  sentence-transformers
 
19
 
20
  PyPDF2==3.0.1
21
  unstructured==0.18.15
@@ -24,11 +25,14 @@ fastapi
24
  uvicorn
25
  python-multipart
26
  pydantic
 
 
27
 
28
  supabase
29
  transformers
30
  sacremoses
31
  sentencepiece
 
32
 
33
  # ── ASR Models ──────────────────────────────────────────
34
  nemo_toolkit[asr]
 
16
  langchain-text-splitters
17
  python-dotenv
18
  sentence-transformers
19
+ numpy
20
 
21
  PyPDF2==3.0.1
22
  unstructured==0.18.15
 
25
  uvicorn
26
  python-multipart
27
  pydantic
28
+ httpx
29
+ cloudinary
30
 
31
  supabase
32
  transformers
33
  sacremoses
34
  sentencepiece
35
+ omegaconf
36
 
37
  # ── ASR Models ──────────────────────────────────────────
38
  nemo_toolkit[asr]