rogerkoranteng commited on
Commit
f34852a
·
verified ·
1 Parent(s): cd4405e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +65 -0
requirements.txt ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.4.0
4
+ certifi==2024.7.4
5
+ charset-normalizer==3.3.2
6
+ click==8.1.7
7
+ contourpy==1.3.0
8
+ cycler==0.12.1
9
+ distro==1.9.0
10
+ fastapi==0.112.2
11
+ ffmpy==0.4.0
12
+ filelock==3.15.4
13
+ fonttools==4.53.1
14
+ fsspec==2024.6.1
15
+ gradio==4.42.0
16
+ gradio_client==1.3.0
17
+ h11==0.14.0
18
+ httpcore==1.0.5
19
+ httpx==0.27.2
20
+ huggingface-hub==0.24.6
21
+ idna==3.8
22
+ importlib_resources==6.4.4
23
+ Jinja2==3.1.4
24
+ jiter==0.5.0
25
+ kiwisolver==1.4.5
26
+ markdown-it-py==3.0.0
27
+ MarkupSafe==2.1.5
28
+ matplotlib==3.9.2
29
+ mdurl==0.1.2
30
+ numpy==2.1.0
31
+ openai==1.42.0
32
+ orjson==3.10.7
33
+ packaging==24.1
34
+ pandas==2.2.2
35
+ pillow==10.4.0
36
+ pydantic==2.8.2
37
+ pydantic_core==2.20.1
38
+ pydub==0.25.1
39
+ Pygments==2.18.0
40
+ pyparsing==3.1.4
41
+ python-dateutil==2.9.0.post0
42
+ python-dotenv==1.0.1
43
+ python-multipart==0.0.9
44
+ pytz==2024.1
45
+ PyYAML==6.0.2
46
+ regex==2024.7.24
47
+ requests==2.32.3
48
+ rich==13.8.0
49
+ ruff==0.6.2
50
+ safetensors==0.4.4
51
+ semantic-version==2.10.0
52
+ shellingham==1.5.4
53
+ six==1.16.0
54
+ sniffio==1.3.1
55
+ starlette==0.38.2
56
+ tokenizers==0.19.1
57
+ tomlkit==0.12.0
58
+ tqdm==4.66.5
59
+ transformers==4.44.2
60
+ typer==0.12.5
61
+ typing_extensions==4.12.2
62
+ tzdata==2024.1
63
+ urllib3==2.2.2
64
+ uvicorn==0.30.6
65
+ websockets==12.0