Skip to content

misangul/django-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-api

A simple facial verification web application that allows clients to store an image of an individual in a database and verify that a submitted image is stored in the database.

Usage

post request http://192.53.170.233:8000/photo/ - to upload an image
post request http://192.53.170.233:8000/photo/search/ - to check if an individual has been recognized

put your image in request body, form-data with key='image'

Deployment

git clone https://github.com/Jaime-Pinkman/django-api.git
cd django-api
docker-compose up -d --build
docker-compose run web python manage.py migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published