Skip to content

A Flask REST api along with js based frontend which takes images as input and returns a collage of human faces in them.

Notifications You must be signed in to change notification settings

Aa20475/createCollage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

REST API

Flask REST api with object and face detection capabilities.

Extract model.zip

Change the paths of model data in find_faces_api/app.py to the local paths and the url in find_faces_frontend/scripts.js according to the local host.

How to use?

createCollage

Make a collage of human faces from a given set of images.

-Run main.py in find_faces_api to run the service. It listens for requests in port:5000.

-Use the index.html in find_faces_frontend to send POST requests to the api.

getImageDetails

-Run main.py in find_faces_api to run the service. It listens for requests in port:5000.

-Use POSTMAN to drop POST requests with an image file to get the number of human faces, animals and objects in the image in JSON format.

About

A Flask REST api along with js based frontend which takes images as input and returns a collage of human faces in them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published