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.
- Host: GitHub
- URL: https://github.com/riju18/face-verification-api
- Owner: riju18
- Created: 2021-03-27T09:50:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T08:49:37.000Z (about 4 years ago)
- Last Synced: 2025-01-28T12:44:27.019Z (4 months ago)
- Topics: deep-learning, django, django-rest-framework, python3, tensorflow
- Language: Python
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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