Hello,
I am newbie to TensorFlow. I apologize I wasn’t able to search the forum for this question. I want to be develop a quick application (Python) to input an image and detect certain aspects (features) from the image using TensorFlow. Is this possible? I found this tutorial.
Can I use that for what I want to do?
Any help is much appreciated.
Mustafa
Hi @Mustafa_Cayci, Welcome to the TensorFlow Forum!
Yes, TensorFlow can be used to extract features from images. To get started, Please follow this official tutorial 1, tutorial 2, tutorial 3. Thank you!
Hello @Divya_Sree_Kayyuri Thank you so much for getting back to me to my question above. I am going to go through the tutorials you mentioned. May I come back to you if I have further questions?
Hi @Mustafa_Cayci, If you have any further questions or encounter any issues, we’d be happy to assist you.
Hi @Divya_Sree_Kayyuri I was reading this blog here. Does TensorFlow accomplish all three layers describe in the blog?
Mustafa
Hi @Mustafa_Cayci, Yes, We can implement all these layers in Tensorflow.