Skip to content

Commit 2ef7be5

Browse files
author
FabianBG
committed
Initial commit
1 parent 3800c02 commit 2ef7be5

File tree

6 files changed

+861
-0
lines changed

6 files changed

+861
-0
lines changed

.DS_Store

8 KB
Binary file not shown.

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ __pycache__/
66
# C extensions
77
*.so
88

9+
# Keras files
10+
*.h5
11+
12+
image_ocr/*
13+
plate-test/*
14+
915
# Distribution / packaging
1016
.Python
1117
build/

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.pythonPath": "/usr/local/bin/python3"
3+
}

Assistant-Regular.otf

49.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)