Nguyen5 commited on
Commit
2667021
·
1 Parent(s): 27df079
Files changed (1) hide show
  1. requirements.txt +31 -0
requirements.txt ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Gradio UI
2
+ gradio
3
+
4
+ # Supabase
5
+ supabase
6
+
7
+ # LangChain core + community + splitters
8
+ langchain
9
+ langchain-community
10
+ langchain-text-splitters
11
+
12
+ # Embeddings (local, free)
13
+ sentence-transformers
14
+ langchain-huggingface
15
+
16
+ # VectorStore
17
+ faiss-cpu
18
+
19
+ # PDF + HTTP
20
+ pypdf
21
+ requests
22
+ beautifulsoup4
23
+ python-dotenv
24
+
25
+ # STT/TTS local (transformers)
26
+ transformers
27
+ accelerate
28
+ torch
29
+ torchaudio
30
+ soundfile
31
+ scipy