Hey guys, I’m a beginner in the ML area. I do have 2 years of experience in Python and C# but I just started to learn TensorFlow.
I inspired by Sebastian Lague’s Neural Network video and started the train a model to recognize 15 kinds of different doodles.
Even tho I managed to train a model with %90 accuracy idk how to use it. I wanna import 64x64 user generated images of doodles and feed it to the AI.
Here is the final code for the mentioned model:
tensorflow-quickdraw-recognition/doodle_identification_final_model.ipynb at main · beratcmn/tensorflow-quickdraw-recognition (github.com)