richard-su commited on
Commit
d606bb7
·
verified ·
1 Parent(s): 7d6d3fd

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -6
requirements.txt CHANGED
@@ -1,6 +1,23 @@
1
- gradio>=4.44.0
2
- torch
3
- transformers
4
- numpy
5
- requests
6
- python-dotenv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies from pyproject.toml
2
+ fastapi
3
+ fastmcp>=2.7.0
4
+ mcp[cli]
5
+ modal>=1.0.3
6
+ uvicorn>=0.24.0
7
+ requests>=2.31.0
8
+ python-multipart>=0.0.6
9
+ aiofiles>=23.2.1
10
+ gradio>=5.31.0
11
+ pydantic>=2.0.0
12
+ python-dotenv>=1.0.0
13
+ starlette>=0.27.0
14
+ httpx>=0.25.0
15
+ bs4>=0.0.2
16
+ selenium>=4.33.0
17
+ ffmpeg-python>=0.2.0
18
+ torch>=2.7.1
19
+ openai-whisper>=20240930
20
+ pyannote.audio>=3.1.0
21
+ speechbrain>=0.5.16
22
+ soundfile>=0.12.1
23
+ numpy>=1.24.0