Raghava07 commited on
Commit
a24bf8a
·
1 Parent(s): 96e787d

Add app.py , model , and requirements

Browse files
Files changed (1) hide show
  1. requirements.txt.txt +74 -4
requirements.txt.txt CHANGED
@@ -1,4 +1,74 @@
1
- torch
2
- Pillow
3
- ultralytics
4
- gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ asttokens==3.0.0
2
+ blinker==1.9.0
3
+ certifi==2025.1.31
4
+ charset-normalizer==3.4.1
5
+ click==8.1.8
6
+ colorama==0.4.6
7
+ comm==0.2.2
8
+ contourpy==1.3.1
9
+ cycler==0.12.1
10
+ debugpy==1.8.13
11
+ decorator==5.2.1
12
+ executing==2.2.0
13
+ filelock==3.18.0
14
+ Flask==3.1.0
15
+ fonttools==4.56.0
16
+ fsspec==2025.3.1
17
+ gunicorn==23.0.0
18
+ gitdb==4.0.12
19
+ GitPython==3.1.44
20
+ idna==3.10
21
+ ipykernel==6.29.5
22
+ ipython==9.0.2
23
+ ipython_pygments_lexers==1.1.1
24
+ itsdangerous==2.2.0
25
+ jedi==0.19.2
26
+ Jinja2==3.1.6
27
+ jupyter_client==8.6.3
28
+ jupyter_core==5.7.2
29
+ kiwisolver==1.4.8
30
+ MarkupSafe==3.0.2
31
+ matplotlib==3.10.1
32
+ matplotlib-inline==0.1.7
33
+ mpmath==1.3.0
34
+ nest-asyncio==1.6.0
35
+ networkx==3.4.2
36
+ numpy==2.1.1
37
+ opencv-python==4.11.0.86
38
+ packaging==24.2
39
+ pandas==2.2.3
40
+ parso==0.8.4
41
+ pillow==11.1.0
42
+ platformdirs==4.3.7
43
+ prompt_toolkit==3.0.50
44
+ psutil==7.0.0
45
+ pure_eval==0.2.3
46
+ py-cpuinfo==9.0.0
47
+ Pygments==2.19.1
48
+ pyparsing==3.2.3
49
+ python-dateutil==2.9.0.post0
50
+ pytz==2025.2
51
+ pywin32==310
52
+ PyYAML==6.0.2
53
+ pyzmq==26.3.0
54
+ requests==2.32.3
55
+ scipy==1.15.2
56
+ seaborn==0.13.2
57
+ setuptools==78.1.0
58
+ six==1.17.0
59
+ smmap==5.0.2
60
+ stack-data==0.6.3
61
+ sympy==1.13.1
62
+ thop==0.1.1.post2209072238
63
+ torch==2.6.0
64
+ torchvision==0.21.0
65
+ tornado==6.4.2
66
+ tqdm==4.67.1
67
+ traitlets==5.14.3
68
+ typing_extensions==4.13.0
69
+ tzdata==2025.2
70
+ ultralytics==8.3.99
71
+ ultralytics-thop==2.0.14
72
+ urllib3==2.3.0
73
+ wcwidth==0.2.13
74
+ Werkzeug==3.1.3