Skip to content

An End-to-End Real-Time Face recognition built using FaceNet Model Deployed with Streamlit UI and Flask API

License

Notifications You must be signed in to change notification settings

sandeshkatakam/Real-Time-Face-Recognition-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time-Face-Recognition

This repository is dedicated to the Project "End-to-End real-time face recognition system"

Usage

Install Dependencies

  • Clone the Project Repository to your system
git clone <GITHUB_REPO_URL>
  • Go to the Project Directory and Create a Virtual Environment in Python
python -m venv face-recognition-system
source face-recognition-system/bin/activate
pip install requirements.txt

Start the Flask API Server

  • Navigate to src/api Folder
python endpoints.py

Note: This will start your Flask API at : http://localhost:5000/
The API has two endpoints (you can test the API using POSTMAN)

Start the Interactive UI(Streamlit)

  • After Starting the API, We can use the Face Recognition system interactively through streamlit application

  • Run the command

streamlit run streamlit_app.py

About

An End-to-End Real-Time Face recognition built using FaceNet Model Deployed with Streamlit UI and Flask API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages