Identify the number written on the image

Question/Issue:
Which method to use to train a model, which will identify the number written on the image

Project ID:
589350

I am using esp32cam which will take image which has a number written on it, I wanna build a model which will identify the number written on the image.

Hello @boobapanner

You can try a model similar to the one shown in this webinar:

For the ESP32, I’d recommend staying with a mobilenet-v1 with an apha of 0.05 to stay within the capacity of that board.
You can use the MNIST dataset to get started and try or use your own if you have one.

Best,

Louis