Is number recognition on iPhone possible in real-time?

前端 未结 5 550
一生所求
一生所求 2021-02-02 03:01

I need to recognise numbers from the camera image on iPhone, in real-time. I know there will be no more than 5 digits on the image.

Is this problem realistic to solve gi

5条回答
  •  深忆病人
    2021-02-02 03:29

    Yes. Bender can help you with that. It lets you build and run neural nets on iOS. As it uses Metal under the hood, it runs fast and smooth. It also supports running TensorFlow models directly.

    So you can run in Bender an existing model in TensorFlow trained for digit recognition Handwritten Digit Recognition using Convolutional Neural Networks in Python with Keras if you need help

    Disclaimer: I worked on this project.

提交回复
热议问题