Skip to content

Commit 532269c

Browse files
authored
Update README.md
1 parent 24177dc commit 532269c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1-
# Image-Classification-App-with-Custom-TensorFlow-Model
1+
# Image Classification App with Custom TensorFlow Model
22
Learn how to code your own neural network in Python, then deploy it in an Image Classification App using TensorFlow Lite.
3+
4+
We'll code a Convolutional Neural Network (CNN) model with TensorFlow, then deploy it as a TensorFlow Lite model in our Android app.
5+
6+
Check out the [tutorial](https://youtu.be/yV9nrRIC_R0).
7+
8+
## [Tutorial](https://youtu.be/yV9nrRIC_R0)
9+
10+
<p align="center">
11+
<!-- [<img src="https://github.com/IJ-Apps/Image-Classification-App-with-Custom-TensorFlow-Model/blob/main/thumbnail.png" width="90%"/>](https://youtu.be/yV9nrRIC_R0) -->
12+
13+
[![Thumbnail](https://github.com/IJ-Apps/Image-Classification-App-with-Custom-TensorFlow-Model/blob/main/thumbnail.png)](https://youtu.be/yV9nrRIC_R0)
14+
</p>

0 commit comments

Comments
 (0)