Giter Club home page Giter Club logo

deepfaceregistry's Introduction

DeepFaceRegistry

This project offers a robust solution for real-time face recognition using IP cameras, integrating technologies like Django, Vue.js, DeepFace, OpenCV, and MediaPipe. The core feature allows for real-time logging of recognized faces against a pre-registered database of users.

Features

  • User Registration: Register users and store their facial information for later recognition.
  • IP Camera Integration: Link IP cameras to the system for real-time face tracking.
  • Real-time Face Recognition: Every face captured by the IP cameras is compared against the user database in real-time.
  • Automatic Logging: If a recognized face matches a registered user, the information gets logged in real-time. Faces that aren't in the database are ignored.

Technologies Used

  • Backend: Django, Flask
  • Frontend: Vue.js
  • Face Recognition: DeepFace, OpenCV, MediaPipe

Directory Structure

  • camera_track_backend: Contains all backend code, built with Django.
  • camera_track_frontend: Contains frontend code, developed using Vue.js.

Local Setup

To run this project locally, you need to set up both frontend and backend.

Frontend

Navigate to the camera_track_frontend directory:

cd camera_track_frontend
npm run serve -- --port 4000

Backend

Ensure you have poetry installed. Navigate to the camera_track_backend directory:

cd camera_track_backend
poetry run python manage.py runserver localhost:8000

This will start the backend server on http://localhost:8000/

Contributing

Contributions to DeepFaceRegistry are welcome! Here's how you can contribute:

Fork the repository on GitHub. Create a new branch for your proposed feature or fix. Commit your changes with an informative description. Push your branch and submit a pull request. We appreciate your input!

License

DeepFaceRegistry is open source software licensed under the MIT License. See the LICENSE file for more details.

deepfaceregistry's People

Contributors

hitthecodelabs avatar hittheflash avatar

Stargazers

 avatar

Watchers

 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.