Tirath5504 commited on
Commit
e267973
1 Parent(s): 823da93

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +88 -0
requirements.txt ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.2.0
3
+ annotated-types==0.6.0
4
+ anyio==4.2.0
5
+ attrs==23.2.0
6
+ beautifulsoup4==4.12.2
7
+ cachetools==5.3.2
8
+ certifi==2023.11.17
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ colorama==0.4.6
12
+ contourpy==1.2.0
13
+ cycler==0.12.1
14
+ fastapi==0.109.0
15
+ ffmpy==0.3.1
16
+ filelock==3.13.1
17
+ fonttools==4.47.2
18
+ fsspec==2023.12.2
19
+ google==3.0.0
20
+ google-ai-generativelanguage==0.4.0
21
+ google-api-core==2.15.0
22
+ google-auth==2.26.2
23
+ google-generativeai==0.3.2
24
+ googleapis-common-protos==1.62.0
25
+ gradio==4.14.0
26
+ gradio_client==0.8.0
27
+ grpcio==1.60.0
28
+ grpcio-status==1.60.0
29
+ h11==0.14.0
30
+ httpcore==1.0.2
31
+ httpx==0.26.0
32
+ huggingface-hub==0.20.2
33
+ idna==3.6
34
+ importlib-resources==6.1.1
35
+ Jinja2==3.1.3
36
+ jsonschema==4.21.0
37
+ jsonschema-specifications==2023.12.1
38
+ kiwisolver==1.4.5
39
+ markdown-it-py==3.0.0
40
+ MarkupSafe==2.1.3
41
+ matplotlib==3.8.2
42
+ mdurl==0.1.2
43
+ mpmath==1.3.0
44
+ networkx==3.2.1
45
+ numpy==1.26.3
46
+ orjson==3.9.10
47
+ packaging==23.2
48
+ pandas==2.1.4
49
+ pillow==10.2.0
50
+ proto-plus==1.23.0
51
+ protobuf==4.25.2
52
+ pyasn1==0.5.1
53
+ pyasn1-modules==0.3.0
54
+ pydantic==2.5.3
55
+ pydantic_core==2.14.6
56
+ pydub==0.25.1
57
+ Pygments==2.17.2
58
+ pyparsing==3.1.1
59
+ python-dateutil==2.8.2
60
+ python-multipart==0.0.6
61
+ pytz==2023.3.post1
62
+ PyYAML==6.0.1
63
+ referencing==0.32.1
64
+ regex==2023.12.25
65
+ requests==2.31.0
66
+ rich==13.7.0
67
+ rpds-py==0.17.1
68
+ rsa==4.9
69
+ safetensors==0.4.1
70
+ semantic-version==2.10.0
71
+ shellingham==1.5.4
72
+ six==1.16.0
73
+ sniffio==1.3.0
74
+ soupsieve==2.5
75
+ starlette==0.35.1
76
+ sympy==1.12
77
+ tokenizers==0.15.0
78
+ tomlkit==0.12.0
79
+ toolz==0.12.0
80
+ torch==2.1.2
81
+ tqdm==4.66.1
82
+ transformers==4.36.2
83
+ typer==0.9.0
84
+ typing_extensions==4.9.0
85
+ tzdata==2023.4
86
+ urllib3==2.1.0
87
+ uvicorn==0.26.0
88
+ websockets==11.0.3