Ahmad Basyouni commited on
Commit
2be9fad
1 Parent(s): 7e3c947

Add application file

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -101
requirements.txt CHANGED
@@ -1,101 +1,6 @@
1
- aiofiles==23.2.1
2
- annotated-types==0.7.0
3
- anyio==4.6.2.post1
4
- asyncio==3.4.3
5
- Babel==2.13.1
6
- bcrypt==4.0.1
7
- blinker==1.7.0
8
- certifi==2023.11.17
9
- charset-normalizer==3.3.2
10
- click==8.1.7
11
- colorama==0.4.6
12
- diffusers==0.31.0
13
- fastapi==0.115.4
14
- ffmpy==0.4.0
15
- filelock==3.16.1
16
- Flask==3.0.0
17
- Flask-BabelEx==0.9.4
18
- Flask-Login==0.6.3
19
- Flask-Mail==0.9.1
20
- Flask-Principal==0.4.0
21
- Flask-Security==3.0.0
22
- Flask-SQLAlchemy==3.1.1
23
- Flask-WTF==1.2.1
24
- fsspec==2024.10.0
25
- gradio==5.4.0
26
- gradio_client==1.4.2
27
- greenlet==3.0.1
28
- h11==0.14.0
29
- httpcore==1.0.6
30
- httpx==0.27.2
31
- huggingface-hub==0.26.2
32
- idna==3.6
33
- importlib_metadata==8.5.0
34
- itsdangerous==2.1.2
35
- Jinja2==3.1.2
36
- markdown-it-py==3.0.0
37
- MarkupSafe==2.1.3
38
- mdurl==0.1.2
39
- MouseInfo==0.1.3
40
- mpmath==1.3.0
41
- networkx==3.4.2
42
- numpy==1.26.2
43
- opencv-python==4.8.1.78
44
- orjson==3.10.11
45
- packaging==24.1
46
- pandas==2.2.3
47
- passlib==1.7.4
48
- Pillow==10.1.0
49
- pyaes==1.6.1
50
- pyasn1==0.6.1
51
- PyAudio==0.2.14
52
- PyAutoGUI==0.9.54
53
- pydantic==2.9.2
54
- pydantic_core==2.23.4
55
- pydub==0.25.1
56
- PyGetWindow==0.0.9
57
- Pygments==2.18.0
58
- PyMsgBox==1.0.9
59
- pyperclip==1.8.2
60
- PyRect==0.2.0
61
- PyScreeze==0.1.30
62
- python-dateutil==2.9.0.post0
63
- python-dotenv==1.0.1
64
- python-multipart==0.0.12
65
- pytweening==1.0.7
66
- pytz==2024.2
67
- PyYAML==6.0.2
68
- regex==2024.9.11
69
- requests==2.31.0
70
- rich==13.9.4
71
- rsa==4.9
72
- ruff==0.7.2
73
- safehttpx==0.1.1
74
- safetensors==0.4.5
75
- semantic-version==2.10.0
76
- setuptools==69.0.2
77
- shellingham==1.5.4
78
- six==1.16.0
79
- sniffio==1.3.1
80
- speaklater==1.3
81
- SQLAlchemy==2.0.23
82
- starlette==0.41.2
83
- sympy==1.13.1
84
- Telethon==1.37.0
85
- tokenizers==0.20.1
86
- tomlkit==0.12.0
87
- torch==2.5.1+cu118
88
- torchaudio==2.5.1+cu118
89
- torchvision==0.20.1+cu118
90
- tqdm==4.66.6
91
- transformers==4.46.1
92
- typer==0.12.5
93
- typing_extensions==4.8.0
94
- tzdata==2024.2
95
- urllib3==2.1.0
96
- uvicorn==0.32.0
97
- vidstream==0.0.14
98
- websockets==12.0
99
- Werkzeug==3.0.1
100
- WTForms==3.1.1
101
- zipp==3.20.2
 
1
+ diffusers
2
+ torch
3
+ gradio
4
+ pillow
5
+ transformers
6
+ numpy