soumyaprabhamaiti commited on
Commit
e30b627
·
verified ·
1 Parent(s): ba13ff2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +92 -3
requirements.txt CHANGED
@@ -1,3 +1,92 @@
1
- tensorflow
2
- gradio
3
- opencv-python
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ aiofiles==23.2.1
3
+ annotated-types==0.7.0
4
+ anyio==4.6.0
5
+ astunparse==1.6.3
6
+ cachetools==5.5.0
7
+ certifi==2024.8.30
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ contourpy==1.3.0
12
+ cycler==0.12.1
13
+ fastapi==0.115.0
14
+ ffmpy==0.4.0
15
+ filelock==3.16.1
16
+ flatbuffers==24.3.25
17
+ fonttools==4.54.1
18
+ fsspec==2024.9.0
19
+ gast==0.4.0
20
+ google-auth==2.35.0
21
+ google-auth-oauthlib==1.0.0
22
+ google-pasta==0.2.0
23
+ gradio==4.44.0
24
+ gradio_client==1.3.0
25
+ grpcio==1.66.2
26
+ h11==0.14.0
27
+ h5py==3.12.1
28
+ httpcore==1.0.5
29
+ httpx==0.27.2
30
+ huggingface-hub==0.25.1
31
+ idna==3.10
32
+ importlib_resources==6.4.5
33
+ jax==0.4.30
34
+ jaxlib==0.4.30
35
+ Jinja2==3.1.4
36
+ keras==2.12.0
37
+ kiwisolver==1.4.7
38
+ libclang==18.1.1
39
+ Markdown==3.7
40
+ markdown-it-py==3.0.0
41
+ MarkupSafe==2.1.5
42
+ matplotlib==3.9.2
43
+ mdurl==0.1.2
44
+ ml_dtypes==0.5.0
45
+ numpy==1.23.5
46
+ oauthlib==3.2.2
47
+ opencv-python==4.10.0.84
48
+ opt_einsum==3.4.0
49
+ orjson==3.10.7
50
+ packaging==24.1
51
+ pandas==2.2.3
52
+ pillow==10.4.0
53
+ protobuf==4.25.5
54
+ pyasn1==0.6.1
55
+ pyasn1_modules==0.4.1
56
+ pydantic==2.9.2
57
+ pydantic_core==2.23.4
58
+ pydub==0.25.1
59
+ Pygments==2.18.0
60
+ pyparsing==3.1.4
61
+ python-dateutil==2.9.0.post0
62
+ python-multipart==0.0.11
63
+ pytz==2024.2
64
+ PyYAML==6.0.2
65
+ requests==2.32.3
66
+ requests-oauthlib==2.0.0
67
+ rich==13.8.1
68
+ rsa==4.9
69
+ ruff==0.6.8
70
+ scipy==1.14.1
71
+ semantic-version==2.10.0
72
+ shellingham==1.5.4
73
+ six==1.16.0
74
+ sniffio==1.3.1
75
+ starlette==0.38.6
76
+ tensorboard==2.12.3
77
+ tensorboard-data-server==0.7.2
78
+ tensorflow==2.12.0
79
+ tensorflow-estimator==2.12.0
80
+ tensorflow-intel==2.12.0
81
+ tensorflow-io-gcs-filesystem==0.31.0
82
+ termcolor==2.4.0
83
+ tomlkit==0.12.0
84
+ tqdm==4.66.5
85
+ typer==0.12.5
86
+ typing_extensions==4.12.2
87
+ tzdata==2024.2
88
+ urllib3==2.2.3
89
+ uvicorn==0.31.0
90
+ websockets==12.0
91
+ Werkzeug==3.0.4
92
+ wrapt==1.14.1