Imsachinsingh00 commited on
Commit
05ecb1a
·
verified ·
1 Parent(s): ac7dcdd

Update Web app/requirements.txt

Browse files
Files changed (1) hide show
  1. Web app/requirements.txt +83 -4
Web app/requirements.txt CHANGED
@@ -1,5 +1,84 @@
1
- Flask
2
- opencv-python-headless
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  mediapipe
4
- numpy
5
- ultralytics
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ attrs==25.3.0
5
+ blinker==1.9.0
6
+ certifi==2025.1.31
7
+ cffi==1.17.1
8
+ charset-normalizer==3.4.1
9
+ click==8.1.8
10
+ contourpy==1.3.0
11
+ cycler==0.12.1
12
+ DateTime==5.5
13
+ distro==1.9.0
14
+ exceptiongroup==1.2.2
15
+ filelock==3.18.0
16
+ Flask==3.1.0
17
+ flatbuffers==25.2.10
18
+ fonttools==4.56.0
19
+ fsspec==2025.3.0
20
+ h11==0.14.0
21
+ httpcore==1.0.7
22
+ httpx==0.28.1
23
+ huggingface-hub==0.29.3
24
+ idna==3.10
25
+ importlib_metadata==8.6.1
26
+ importlib_resources==6.5.2
27
+ itsdangerous==2.2.0
28
+ jax==0.4.30
29
+ jaxlib==0.4.30
30
+ Jinja2==3.1.6
31
+ jiter==0.9.0
32
+ kiwisolver==1.4.7
33
+ MarkupSafe==3.0.2
34
+ matplotlib==3.9.4
35
  mediapipe
36
+ ml_dtypes==0.5.1
37
+ mpmath==1.3.0
38
+ narwhals==1.31.0
39
+ networkx==3.2.1
40
+ numpy>=1.22,<2.0,!=2.0.0,!=2.0.1,!=2.0.2
41
+ openai<1.68.0
42
+ opencv-contrib-python==4.11.0.86
43
+ opencv-python==4.11.0.86
44
+ opt_einsum==3.4.0
45
+ packaging==24.2
46
+ pandas==2.2.3
47
+ pillow==11.1.0
48
+ plotly==6.0.1
49
+ protobuf==4.25.6
50
+ psutil==7.0.0
51
+ py-cpuinfo==9.0.0
52
+ PyAudio==0.2.14
53
+ pycparser==2.22
54
+ pydantic==2.10.6
55
+ pydantic_core==2.27.2
56
+ pyparsing==3.2.1
57
+ python-dateutil==2.9.0.post0
58
+ pytz==2025.1
59
+ PyYAML==6.0.2
60
+ regex==2024.11.6
61
+ requests==2.32.3
62
+ safetensors==0.5.3
63
+ scipy==1.13.1
64
+ seaborn==0.13.2
65
+ sentencepiece==0.2.0
66
+ six==1.17.0
67
+ sniffio==1.3.1
68
+ sounddevice==0.5.1
69
+ sympy==1.13.1
70
+ tokenizers==0.21.1
71
+ torch==2.6.0
72
+ torchvision==0.21.0
73
+ tqdm==4.67.1
74
+ transformers==4.49.0
75
+ typing_extensions==4.12.2
76
+ tzdata==2025.1
77
+ ultralytics==8.3.94
78
+ ultralytics-thop==2.0.14
79
+ urllib3==2.3.0
80
+ Wave==0.0.2
81
+ Werkzeug==3.1.3
82
+ whisper==1.1.10
83
+ zipp==3.21.0
84
+ zope.interface==7.2