Paulhayes commited on
Commit
6947c37
·
verified ·
1 Parent(s): ff62f6a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +43 -0
requirements.txt CHANGED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # HIVE AI Tutor Assistant - Complete Dependencies
2
+ # Auto-installation enabled in app.py, but listing all for HF Spaces deployment
3
+
4
+ # Core ML & Interface
5
+ torch>=2.0.0
6
+ transformers>=4.44.0
7
+ accelerate>=0.33.0
8
+ gradio>=4.44.0
9
+ numpy>=1.24.0
10
+ psutil==5.9.8
11
+ scikit-learn>=1.1.0
12
+
13
+ # Knowledge & Memory
14
+ sentence-transformers>=3.0.0
15
+ faiss-cpu>=1.8.0
16
+ datasets>=2.21.0
17
+ huggingface-hub>=0.23.0,<1.0
18
+
19
+ # Voice System (ASR/TTS/VAD/Phonics)
20
+ faster-whisper>=1.0.0
21
+ piper-tts>=1.2.0
22
+ g2p_en>=2.1.0
23
+ soundfile>=0.12.1
24
+ librosa>=0.10.1
25
+ webrtcvad>=2.0.10
26
+
27
+ # Online Features
28
+ requests>=2.31.0
29
+ duckduckgo-search>=6.2.10
30
+ feedparser>=6.0.11
31
+ langid>=1.1.6
32
+
33
+ # System Integration
34
+ keyring>=24.3.1
35
+
36
+ # Video (optional - enable with HIVE_VIDEO_ENABLED=1)
37
+ # opencv-python>=4.8.0
38
+ # pytesseract>=0.3.10
39
+ # pillow>=10.0.0
40
+ gradio>=4.44.0
41
+ numpy>=1.24.0
42
+ psutil==5.9.8
43
+ requests>=2.31.0