keras-team / keras

Deep Learning for humans
http://keras.io/
Apache License 2.0
61.64k stars 19.42k forks source link

Face recognition in keras on flask server #10253

Closed hunnain closed 3 years ago

hunnain commented 6 years ago

Hi I want to build an Face recognition app AI based on web.Firstly when user come to signup then webcam open and model train automatically of his image and his given name and then user goes to login then webcam open and they can verify that this user is exist means they recognize his face.so please please help me i want to build this app on keras in only 4 to 5 days please please help me iam very beginner in keras help me.

JamesTrick commented 6 years ago

Hi Hunnain

I think this question might be more suitable for StackOverflow generally.

To point you in the right direction, Keras.io has a blog post that relates to building a Flask REST API around a Keras model, which you can call from your website. That blog post will probably get you off to a good start.

Keras models can be saved and loaded in .h5 format, steps in the documentation here

Best of luck!

James