Skip to content

lapphong/face_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Server API (Flask + DeepFace)

A simple face recognition REST API built with Flask and DeepFace. The API compares an uploaded face image against a local image database and returns the best match with a confidence score.

Info

  • Python version: 3.9
  • Face detection & recognition using DeepFace (VGG-Face)
  • Simple REST API (/compare)
  • CORS enabled (ready for frontend integration)

How to install Build

Clone repository

git clone https://github.com/lapphong/face_server.git
cd face_server

Run

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install tf-keras
python3 server.py

MIT License

Copyright (c) 2025 @buzzlp

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages