An open API service indexing awesome lists of open source software.

https://github.com/riju18/face-verification-api

The API which is made by Django & Django rest framework & the AI brain with TensorFlow 1.14.0 can be used in any application to authenticate any person within 6 sec.
https://github.com/riju18/face-verification-api

deep-learning django django-rest-framework python3 tensorflow

Last synced: about 2 months ago
JSON representation

The API which is made by Django & Django rest framework & the AI brain with TensorFlow 1.14.0 can be used in any application to authenticate any person within 6 sec.

Awesome Lists containing this project

README

        

## About FaceVerificationAPI

The API which is made by Django & Django rest framework & the AI brain with TensorFlow 1.14.0 can be used in any application to authenticate any person within 6 sec.

## Steps To Follow:
- create a virtual environment;
- Install requirements.txt.;
- Uninstall tensorflow-gpu, tensorflow-gpu-estimator, tensorboard, gast, tensorflow, tensorflow-estimator, keras, deepface (if tensorflow-gpu>1.14.0, tensorflow>1.14.0 & keras>2.2.5);
- Install tensorflow==1.14.0, keras==2.2.5 (Imporatant);
- goto FaceVerification dir;
- run pip manage.py runserver