Skip to content

Commit c623997

Browse files
author
rakibhhridoy
committed
appv1.0.1
1 parent 0238dc3 commit c623997

File tree

13 files changed

+11
-1
lines changed

13 files changed

+11
-1
lines changed

__pycache__/inference.cpython-37.pyc

993 Bytes
Binary file not shown.

app/app.py renamed to app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def index():
1616
if uploaded_file.filename != '':
1717
image_path = os.path.json('static', uploaded_file.filename)
1818
uploaded_file.save(image_path)
19-
class_name = inference.get_prediction(inage_path)
19+
class_name = inference.get_prediction(image_path)
2020
print('CLASS NAME=', class_name)
2121
result = {
2222
'class_name':class_name,
-912 Bytes
Binary file not shown.

app/cat.jpg renamed to cat.jpg

File renamed without changes.

app/dog.jpg renamed to dog.jpg

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# *Model Serving Using TensorFlow & TensorFlow *
2+
![img0](https://cdn-images-1.medium.com/max/1200/1*mw4ueBUMyeKnzcHVN1smLg.png)
3+
4+
5+
#### Get Touch With Me
6+
Connect- [Linkedin](https://linkedin.com/in/rakibhhridoy) <br>
7+
Website- [RakibHHridoy](https://rakibhhridoy.github.io)
8+
9+
10+
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)