HebaAllah commited on
Commit
5245a26
·
verified ·
1 Parent(s): 044cae8

Upload 2 files

Browse files
Files changed (2) hide show
  1. model.h5 +3 -0
  2. requirements.txt +91 -0
model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1abf01c1a71e54e324b09c32cf07d579cbd02bb73fe62bb150adbd031c8407bf
3
+ size 39708960
requirements.txt ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ aiofiles==23.2.1
3
+ altair==5.4.1
4
+ annotated-types==0.7.0
5
+ anyio==4.6.2.post1
6
+ astunparse==1.6.3
7
+ attrs==24.2.0
8
+ certifi==2024.8.30
9
+ charset-normalizer==3.4.0
10
+ click==8.1.7
11
+ colorama==0.4.6
12
+ contourpy==1.3.0
13
+ cycler==0.12.1
14
+ exceptiongroup==1.2.2
15
+ fastapi==0.115.2
16
+ ffmpy==0.4.0
17
+ filelock==3.16.1
18
+ flatbuffers==24.3.25
19
+ fonttools==4.54.1
20
+ fsspec==2024.9.0
21
+ gast==0.6.0
22
+ google-pasta==0.2.0
23
+ gradio==3.50.0
24
+ gradio_client==0.6.1
25
+ grpcio==1.67.0
26
+ h11==0.14.0
27
+ h5py==3.12.1
28
+ httpcore==1.0.6
29
+ httpx==0.27.2
30
+ huggingface-hub==0.26.0
31
+ idna==3.10
32
+ importlib_metadata==8.5.0
33
+ importlib_resources==6.4.5
34
+ Jinja2==3.1.4
35
+ jsonschema==4.23.0
36
+ jsonschema-specifications==2024.10.1
37
+ keras==3.6.0
38
+ kiwisolver==1.4.7
39
+ libclang==18.1.1
40
+ Markdown==3.7
41
+ markdown-it-py==3.0.0
42
+ MarkupSafe==2.1.5
43
+ matplotlib==3.9.2
44
+ mdurl==0.1.2
45
+ ml-dtypes==0.4.1
46
+ namex==0.0.8
47
+ narwhals==1.9.4
48
+ numpy==1.26.4
49
+ opt_einsum==3.4.0
50
+ optree==0.13.0
51
+ orjson==3.10.7
52
+ packaging==24.1
53
+ pandas==2.2.3
54
+ pillow==10.4.0
55
+ protobuf==4.25.5
56
+ pydantic==2.9.2
57
+ pydantic_core==2.23.4
58
+ pydub==0.25.1
59
+ Pygments==2.18.0
60
+ pyparsing==3.2.0
61
+ python-dateutil==2.9.0.post0
62
+ python-multipart==0.0.12
63
+ pytz==2024.2
64
+ PyYAML==6.0.2
65
+ referencing==0.35.1
66
+ requests==2.32.3
67
+ rich==13.9.2
68
+ rpds-py==0.20.0
69
+ ruff==0.7.0
70
+ semantic-version==2.10.0
71
+ shellingham==1.5.4
72
+ six==1.16.0
73
+ sniffio==1.3.1
74
+ starlette==0.40.0
75
+ tensorboard
76
+ tensorboard-data-server==0.7.2
77
+ tensorflow
78
+ tensorflow-intel
79
+ tensorflow-io-gcs-filesystem==0.31.0
80
+ termcolor==2.5.0
81
+ tomlkit==0.12.0
82
+ tqdm==4.66.5
83
+ typer==0.12.5
84
+ typing_extensions==4.12.2
85
+ tzdata==2024.2
86
+ urllib3==2.2.3
87
+ uvicorn==0.32.0
88
+ websockets==11.0.3
89
+ Werkzeug==3.0.4
90
+ wrapt==1.16.0
91
+ zipp==3.20.2