Skip to content

Number recognition

climatc1103 edited this page May 31, 2022 · 15 revisions

Number recognition

The numerical recognition model was made into CNN using tensorflow using the mnist dataset.

44

The resulting tensorflow file was converted into a tensorflowlite file and the model was placed inside the Android studio. If you enter a number on Android like that, the value of the number is determined using the tensorflowlite model in it.

When the user inputs a number, the boundary coordinates are obtained using the number coordinates.

11

Use the boundary coordinates to turn the number over to the adapter. The adapter determines the value by using the machine-learning file of the image of the part.

22

The numerical value is entered in no value and the nearest figure.

33