SondosM commited on
Commit
2cfb0a2
·
verified ·
1 Parent(s): d8f4973

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +90 -27
requirements.txt CHANGED
@@ -1,34 +1,97 @@
1
- # Core API
2
  fastapi==0.111.0
3
- uvicorn==0.30.1
4
- python-multipart==0.0.9
 
5
  starlette==0.37.2
 
 
6
 
7
- # ML / inference — must match versions used to train the .pkl files
8
- torch==2.1.2
9
- torchvision==0.16.2
10
- numpy==2.2.6
 
11
  scikit-learn==1.6.1
12
- opencv-python-headless==4.9.0.80
13
- Pillow==10.2.0
14
- scipy==1.12.0
15
- joblib==1.3.2
16
- pandas==2.2.1
17
- timm==1.0.3
18
- einops==0.7.0
19
- smplx==0.1.28
20
- yacs==0.1.8
21
- pytorch-lightning==2.2.1
22
- safetensors==0.4.2
23
- huggingface_hub==0.21.4
24
 
25
- # YOLO detector
26
- ultralytics==8.1.47
 
 
 
 
 
 
 
 
27
 
28
- # MediaPipe (lightweight mode)
29
- mediapipe==0.10.11
 
 
30
 
31
- # Misc
32
- psutil==5.9.8
33
- PyYAML==6.0.1
34
- requests==2.31.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Web & API
2
  fastapi==0.111.0
3
+ uvicorn[standard]
4
+ fastapi-cli
5
+ python-multipart
6
  starlette==0.37.2
7
+ huggingface_hub
8
+ hf-xet
9
 
10
+ # Data Science
11
+ numpy<2.0.0
12
+ pandas
13
+ scipy
14
+ joblib
15
  scikit-learn==1.6.1
16
+ mpmath
17
+ sympy
 
 
 
 
 
 
 
 
 
 
18
 
19
+ # AI & Computer Vision
20
+ torch
21
+ torchvision
22
+ pytorch-lightning
23
+ torchmetrics
24
+ ultralytics
25
+ ultralytics-thop
26
+ safetensors
27
+ timm
28
+ einops
29
 
30
+ # SMPLX & 3D
31
+ smplx
32
+ trimesh
33
+ yacs
34
 
35
+ # Images & System
36
+ opencv-python-headless
37
+ pillow
38
+ matplotlib
39
+ contourpy
40
+ cycler
41
+ fonttools
42
+ kiwisolver
43
+ pyparsing
44
+
45
+ # Helpers
46
+ aiohappyeyeballs
47
+ aiohttp
48
+ aiosignal
49
+ annotated-types
50
+ anyio
51
+ attrs
52
+ certifi
53
+ charset-normalizer
54
+ click
55
+ dnspython
56
+ email-validator
57
+ filelock
58
+ frozenlist
59
+ fsspec
60
+ h11
61
+ httpcore
62
+ httptools
63
+ httpx
64
+ idna
65
+ Jinja2
66
+ lightning-utilities
67
+ MarkupSafe
68
+ multidict
69
+ networkx
70
+ orjson
71
+ packaging
72
+ propcache
73
+ psutil
74
+ pydantic
75
+ pydantic_core
76
+ Pygments
77
+ python-dateutil
78
+ python-dotenv
79
+ requests
80
+ rich
81
+ rich-toolkit
82
+ shellingham
83
+ six
84
+ threadpoolctl
85
+ tqdm
86
+ typer
87
+ typing_extensions
88
+ tzdata
89
+ ujson
90
+ urllib3
91
+ watchfiles
92
+ websockets
93
+ yarl
94
+ annotated-doc
95
+ markdown-it-py
96
+ mdurl
97
+ typing-inspection