Skip to content

Commit dace25f

Browse files
committed
update: model updated to generate 256x256 pixels images. fix: github limit size for the trained model
1 parent 50c6693 commit dace25f

File tree

2,038 files changed

+526
-78
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,038 files changed

+526
-78
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,6 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
131+
# TensorFlow models
132+
*.h5

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
pandas = "*"
87
numpy = "*"
98
matplotlib = "*"
109
scipy = "*"
1110
streamlit = "*"
1211
tensorflow = "*"
12+
gdown = "*"
1313

1414
[dev-packages]
1515

Pipfile.lock

Lines changed: 486 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 5 additions & 17 deletions
-12.9 KB
Binary file not shown.
-16.7 KB
Binary file not shown.
-14.9 KB
Binary file not shown.
-9.68 KB
Binary file not shown.
-17.3 KB
Binary file not shown.
-9.65 KB
Binary file not shown.

0 commit comments

Comments
 (0)