shauryaDugar commited on
Commit
d4eddcf
1 Parent(s): b9461b7

Upload folder using huggingface_hub

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
+ cachetools==5.3.2
7
+ certifi==2023.11.17
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ contourpy==1.2.0
12
+ cycler==0.12.1
13
+ exceptiongroup==1.2.0
14
+ fastapi==0.108.0
15
+ ffmpy==0.3.1
16
+ filelock==3.13.1
17
+ fonttools==4.47.0
18
+ fsspec==2023.12.2
19
+ google-api-core==2.15.0
20
+ google-auth==2.25.2
21
+ google-cloud-aiplatform==1.38.1
22
+ google-cloud-bigquery==3.14.1
23
+ google-cloud-core==2.4.1
24
+ google-cloud-resource-manager==1.11.0
25
+ google-cloud-storage==2.14.0
26
+ google-crc32c==1.5.0
27
+ google-resumable-media==2.7.0
28
+ googleapis-common-protos==1.62.0
29
+ gradio==4.12.0
30
+ gradio_client==0.8.0
31
+ grpc-google-iam-v1==0.13.0
32
+ grpcio==1.60.0
33
+ grpcio-status==1.60.0
34
+ h11==0.14.0
35
+ httpcore==1.0.2
36
+ httpx==0.26.0
37
+ huggingface-hub==0.20.1
38
+ idna==3.6
39
+ importlib-resources==6.1.1
40
+ Jinja2==3.1.2
41
+ jsonschema==4.20.0
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.2
47
+ mdurl==0.1.2
48
+ numpy==1.26.2
49
+ orjson==3.9.10
50
+ packaging==23.2
51
+ pandas==2.1.4
52
+ Pillow==10.1.0
53
+ proto-plus==1.23.0
54
+ protobuf==4.25.1
55
+ pyasn1==0.5.1
56
+ pyasn1-modules==0.3.0
57
+ pydantic==2.5.3
58
+ pydantic_core==2.14.6
59
+ pydub==0.25.1
60
+ Pygments==2.17.2
61
+ pyparsing==3.1.1
62
+ python-dateutil==2.8.2
63
+ python-dotenv==1.0.1
64
+ python-multipart==0.0.6
65
+ pytz==2023.3.post1
66
+ PyYAML==6.0.1
67
+ quickchart-io==2.0.0
68
+ referencing==0.32.0
69
+ requests==2.31.0
70
+ rich==13.7.0
71
+ rpds-py==0.16.2
72
+ rsa==4.9
73
+ semantic-version==2.10.0
74
+ shapely==2.0.2
75
+ shellingham==1.5.4
76
+ six==1.16.0
77
+ sniffio==1.3.0
78
+ starlette==0.32.0.post1
79
+ tomlkit==0.12.0
80
+ toolz==0.12.0
81
+ tqdm==4.66.1
82
+ typer==0.9.0
83
+ typing_extensions==4.9.0
84
+ tzdata==2023.4
85
+ urllib3==2.1.0
86
+ uvicorn==0.25.0
87
+ websockets==11.0.3
88
+ zipp==3.17.0