Jesus Carrasco
commited on
Commit
·
2c8b0c9
1
Parent(s):
5c2ba09
Create Requirements.txt
Browse files- Requirements.txt +29 -0
Requirements.txt
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/huggingface/diffusers.git@8c530fc2f6a76a2aefb6b285dce6df1675092ac6#egg=diffusers
|
2 |
+
git+https://github.com/huggingface/transformers@c612628045822f909020f7eb6784c79700813eda#egg=transformers
|
3 |
+
git+https://github.com/patrickvonplaten/controlnet_aux@78efc716868a7f5669c288233d65b471f542ce40#egg=controlnet_aux
|
4 |
+
tiktoken==0.3.3
|
5 |
+
pydub==0.25.1
|
6 |
+
espnet==202301
|
7 |
+
espnet_model_zoo==0.1.7
|
8 |
+
flask==2.2.3
|
9 |
+
flask_cors==3.0.10
|
10 |
+
waitress==2.1.2
|
11 |
+
datasets==2.11.0
|
12 |
+
asteroid==0.6.0
|
13 |
+
speechbrain==0.5.14
|
14 |
+
timm==0.6.13
|
15 |
+
typeguard==2.13.3
|
16 |
+
accelerate==0.18.0
|
17 |
+
pytesseract==0.3.10
|
18 |
+
basicsr==1.4.2
|
19 |
+
openai==0.27.4
|
20 |
+
gradio==3.24.1
|
21 |
+
google-search-results==2.4.2
|
22 |
+
google-api-python-client==2.83.0
|
23 |
+
wolframalpha
|
24 |
+
langchain==0.0.131
|
25 |
+
requests==2.28.2
|
26 |
+
git+https://github.com/openai/whisper.git
|
27 |
+
boto3==1.26.106
|
28 |
+
faiss-cpu
|
29 |
+
|