-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathrequirements.txt
More file actions
105 lines (89 loc) · 1.73 KB
/
requirements.txt
File metadata and controls
105 lines (89 loc) · 1.73 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Ollama Workbench Requirements
# Generated and cleaned for production use
# Core Dependencies
streamlit>=1.47.1
ollama>=0.5.1
# External AI Providers
openai>=1.99.1
groq>=0.30.0
mistralai>=1.9.3
# Streamlit Extensions
streamlit-extras==0.4.7
streamlit-javascript==0.1.5
streamlit-option-menu>=0.3.13
# Machine Learning & Data Science
numpy>=1.26.4
pandas>=2.2.3
scikit-learn>=1.6.1
scipy>=1.14.1
torch>=2.7.1
transformers>=4.55.0
sentence-transformers>=5.0.0
tiktoken>=0.8.0
spacy>=3.8.2
# Language Model Frameworks
langchain>=0.2.15
langchain-community>=0.2.15
ag2>=0.2.0 # Using ag2 which provides the autogen namespace
# Observability & Monitoring
opik>=0.2.0
# Security & Cryptography
cryptography>=41.0.0
bcrypt>=4.0.0
PyJWT>=2.8.0
# Web & API Framework
fastapi>=0.68.0
uvicorn>=0.15.0
Flask>=3.0.3
Flask-Cors>=5.0.0
python-multipart>=0.0.5
aiofiles>=0.7.0
requests>=2.32.3
httpx==0.27.0
# Audio & Speech
gtts>=2.5.4
pygame==2.6.1
pydub==0.25.1
SpeechRecognition==3.10.0
pyaudio==0.2.14
librosa==0.10.1
# Database & Storage
chromadb==0.5.5
psutil==6.0.0
# Document Processing
PyPDF2==3.0.1
Markdown==3.6
reportlab==4.2.2
fpdf==1.7.2
mdutils==1.6.0
pdfkit==1.0.0
json-schema-for-humans
# Web Scraping & Search
beautifulsoup4==4.12.3
duckduckgo-search
google-search-results==2.4.2
google-api-python-client==2.143.0
serpapi==0.1.5
fake-useragent==1.5.1
selenium==4.24.0
playwright==1.46.0
webdriver-manager==4.0.2
# System & Utilities
GPUtil==1.4.0
bleach==6.1.0
cursor==1.3.5
humanize==4.10.0
networkx==3.3
rich==13.8.0
schedule==1.2.2
tqdm==4.66.5
# Visualization
plotly>=5.24.0
matplotlib==3.9.2
# Configuration & Environment
python-dotenv>=1.0.1
PyYAML>=6.0.2
pydantic>=2.10.2
typing-extensions>=4.5.0
# Additional Utilities
setuptools>=69.5.1