-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
58 lines (46 loc) · 837 Bytes
/
requirements.txt
File metadata and controls
58 lines (46 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Core dependencies
torch>=2.0.0
torchaudio>=2.0.0
# Audio processing
pydub>=0.25.1
soundfile>=0.12.1
librosa>=0.10.0
# Transcription
faster-whisper>=0.10.0
groq>=0.4.0
# Speaker diarization
pyannote.audio>=3.1.0
# LLM for classification
ollama>=0.1.0
openai>=1.0.0
# Utilities
numpy>=1.24.0
scipy>=1.11.0
tqdm>=4.66.0
python-dotenv>=1.0.0
requests
# Google Drive OAuth
google-auth>=2.16.0
google-auth-oauthlib>=1.0.0
google-api-python-client>=2.70.0
# UI
gradio>=4.0.0
# CLI
click>=8.1.0
rich>=13.0.0
# Testing
pytest>=8.0.0
pytest-cov>=7.0.0
# Visualizations
wordcloud>=1.9.3
graphviz>=0.21
# Text Analysis (for OOC analyzer)
scikit-learn>=1.3.0
nltk>=3.8
# LangChain and Vector Store
langchain>=0.1.0
langchain-community>=0.1.0
langchain-classic>=1.0.0
langchain-ollama>=1.0.0
chromadb>=0.4.0
sentence-transformers>=2.2.0