mlgawd commited on
Commit
4b39b22
·
verified ·
1 Parent(s): 9be6b7a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +118 -7
requirements.txt CHANGED
@@ -1,7 +1,118 @@
1
- streamlit
2
- opencv-python-headless
3
- Pillow
4
- torch
5
- torchvision
6
- torchaudio
7
- ultralytics
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.3
3
+ aiosignal==1.3.1
4
+ altair==5.2.0
5
+ annotated-types==0.6.0
6
+ anyio==4.3.0
7
+ async-timeout==4.0.3
8
+ attrs==23.2.0
9
+ bidict==0.23.1
10
+ blinker==1.7.0
11
+ cachetools==5.3.3
12
+ certifi==2024.2.2
13
+ charset-normalizer==3.3.2
14
+ click==8.1.7
15
+ colorama==0.4.6
16
+ contourpy==1.2.0
17
+ cycler==0.12.1
18
+ dill==0.3.8
19
+ exceptiongroup==1.2.0
20
+ fastapi==0.110.0
21
+ ffmpy==0.3.2
22
+ filelock==3.9.0
23
+ Flask==3.0.2
24
+ Flask-SocketIO==5.3.6
25
+ fonttools==4.49.0
26
+ frozenlist==1.4.1
27
+ fsspec==2024.2.0
28
+ gitdb==4.0.11
29
+ GitPython==3.1.42
30
+ gradio==4.19.2
31
+ gradio_client==0.10.1
32
+ h11==0.14.0
33
+ httpcore==1.0.4
34
+ httpx==0.27.0
35
+ huggingface-hub==0.21.3
36
+ idna==3.6
37
+ importlib-metadata==7.0.1
38
+ importlib_resources==6.1.2
39
+ itsdangerous==2.1.2
40
+ Jinja2==3.1.2
41
+ jsonschema==4.21.1
42
+ jsonschema-specifications==2023.12.1
43
+ kiwisolver==1.4.5
44
+ markdown-it-py==3.0.0
45
+ MarkupSafe==2.1.3
46
+ matplotlib==3.8.3
47
+ mdurl==0.1.2
48
+ mpmath==1.3.0
49
+ multidict==6.0.5
50
+ networkx==3.2.1
51
+ numpy==1.26.3
52
+ opencv-python==4.9.0.80
53
+ opencv-python-headless==4.9.0.80
54
+ orjson==3.9.15
55
+ packaging==23.2
56
+ pandas==2.2.1
57
+ pillow==10.2.0
58
+ playsound==1.3.0
59
+ protobuf==4.25.3
60
+ psutil==5.9.8
61
+ py-cpuinfo==9.0.0
62
+ pyarrow==15.0.0
63
+ pyav==12.0.2
64
+ pydantic==2.6.3
65
+ pydantic_core==2.16.3
66
+ pydeck==0.8.1b0
67
+ pydub==0.25.1
68
+ Pygments==2.17.2
69
+ pyparsing==3.1.1
70
+ PyQt5==5.15.10
71
+ PyQt5-Qt5==5.15.2
72
+ PyQt5-sip==12.13.0
73
+ python-dateutil==2.8.2
74
+ python-engineio==4.9.0
75
+ python-multipart==0.0.9
76
+ python-socketio==5.11.1
77
+ pytz==2024.1
78
+ PyYAML==6.0.1
79
+ referencing==0.33.0
80
+ requests==2.31.0
81
+ rich==13.7.1
82
+ rpds-py==0.18.0
83
+ ruff==0.3.0
84
+ scipy==1.12.0
85
+ seaborn==0.13.2
86
+ semantic-version==2.10.0
87
+ shellingham==1.5.4
88
+ simple-websocket==1.0.0
89
+ six==1.16.0
90
+ smmap==5.0.1
91
+ sniffio==1.3.1
92
+ starlette==0.36.3
93
+ streamlit==1.31.1
94
+ sympy==1.12
95
+ tenacity==8.2.3
96
+ thop==0.1.1.post2209072238
97
+ toml==0.10.2
98
+ tomlkit==0.12.0
99
+ toolz==0.12.1
100
+ torch==2.2.1+cu121
101
+ torchaudio==2.2.1+cu121
102
+ torchvision==0.17.1+cu121
103
+ tornado==6.4
104
+ tqdm==4.66.2
105
+ typer==0.9.0
106
+ typing_extensions==4.8.0
107
+ tzdata==2024.1
108
+ tzlocal==5.2
109
+ ultralytics==8.1.23
110
+ urllib3==2.2.1
111
+ uvicorn==0.27.1
112
+ validators==0.22.0
113
+ watchdog==4.0.0
114
+ websockets==11.0.3
115
+ Werkzeug==3.0.1
116
+ wsproto==1.2.0
117
+ yarl==1.9.4
118
+ zipp==3.17.0