Tirath5504 commited on
Commit
4041dd4
1 Parent(s): fdcfa34

Create requirements.txt

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