MisbahKhan commited on
Commit
cea3165
·
verified ·
1 Parent(s): 35ada41

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -14
requirements.txt CHANGED
@@ -1,14 +1,11 @@
1
- # Model inference dependencies
2
- git+https://github.com/openai/CLIP.git@a1d0717 # OpenAI CLIP for text tokenization
3
- decord==0.6.0 # Video reading and processing
4
- nncore==0.4.4 # Custom library for model building/loading
5
- numpy==1.26.4 # Numerical operations
6
- pandas==2.2.2 # Data handling for highlight detection
7
- pydantic==2.10.6 # Data validation (used by FastAPI and your code)
8
- torch==2.2.1 # PyTorch for model inference
9
- torchvision==0.17.1 # Image transformations (F.resize, F.normalize)
10
-
11
- # FastAPI backend dependencies
12
- fastapi==0.115.0 # FastAPI framework for API
13
- uvicorn==0.30.6 # ASGI server to run FastAPI
14
- python-multipart==0.0.9 # For handling multipart form-data (file uploads)
 
1
+ git+https://github.com/openai/CLIP.git@a1d0717
2
+ decord==0.6.0
3
+ nncore==0.4.4
4
+ numpy==1.26.4
5
+ pandas==2.2.2
6
+ pydantic==2.10.6
7
+ torch==2.2.1
8
+ torchvision==0.17.1
9
+ fastapi==0.115.0
10
+ uvicorn==0.30.6
11
+ python-multipart==0.0.9