Giter VIP home page Giter VIP logo

face-recognition-api's Introduction

face-recognition-api

A basic Flask based face recognition API using face_recognition and PostgreSQL

Based on the following repo: https://github.com/vearutop/face-postgre

The API exposes two POST endpoints:

  • faces which adds a face to the database and the remote URL of the image file
  • faces/searches which finds a face in the database

Installing

  • Follow the instructions for face_recognition installation so you can get dlib installed
  • pip3 -r requirements.txt
  • You'll need docker and docker compose on your machine to run the PostgreSQL database (or just swap for a local instance)

Running

mkdir uploads # needed to store the files temporarily
docker-compose up
python3 setup-db.py # needed to setup PostgreSQL properly
DATABASE_STRING="pq://user:pass@localhost:5434/db" python3 app.py

(Coming Soon) Running with Docker

The docker image takes some time as dlib needs to be built manually and then run the docker compose set up by removing the commented lines

In the docker compose are 2 services:

  • db which is the PostgreSQL database
  • api which is the API server itself
docker build --tag face_rec_api .
docker-compose up
python3 setup-db.py # needed to setup PostgreSQL properly

issue currently with Flask saying that POST methods aren't allowed

face-recognition-api's People

Contributors

colinfwren avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.