Code Monkey home page Code Monkey logo

face-recognition-with-real-time-database's Introduction

Logo

Title

Short Discription of the Project
Explore the docs »
View Site · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Running this project
  3. Screenshots
  4. Contact

About The Project

Face Recognition with Real Time Database



In this project, how to create a real-time Face Attendance system. We will add an elegant graphical interface along with a live database to create a real-world system. We will cover the following topics: 1. Introduction 2. Overview 3. Setup 4. Webcam 5. Graphics 6. Encoding Generator 7. Face Recognition 8. Database Setup 9. Add Data to the Database 10. Upload Images to the Database 11. Download User Data 12. Update Attendance 13. Check if already Marked 14. Loading

  • Webcam
  • Graphics
  • Encoding Generator
  • Face Recognitions
  • Database Setup
  • Add data to database
  • add Image into database
  • Real-time Databse update
  • Limit number of attendence per day

Built With

Python Google Colaboratory make sense

Github Pages AWS

Git GitHub

Running this project

This is a sample for Project of License Plate Detection and Classification The training a custom YOLOv5 model requires a significant amount of computational resources, such as a powerful GPU and large amounts of memory. You may also need to fine-tune the hyperparameters to achieve the best performance. Use in Google Colab

Gather and label your dataset:

Collect a dataset of images that contain numberplates and label them using a labeling tool like LabelImg. Make sure to label the numberplate regions in each image and save them in the YOLO format.

https://www.makesense.ai/

Split the dataset into training and validation sets:

Split the dataset into two sets - training and validation - in a ratio of 80:20. This will ensure that your model can learn from a diverse set of images.

Clone trained Model Yolov5 /Download YOLOv5

https://github.com/ultralytics/yolov5.git

Then install the project dependencies with

pip install -r requirements.txt

Configure the YOLOv5 model:

Modify the YOLOv5 configuration file to include your custom numberplate detection class. You will also need to adjust the number of classes, filters, and other parameters based on your specific requirements.

data/custom.yaml file

Train the model:

Use the YOLOv5 train.py script to train your custom numberplate detection model. This will take several hours or days, depending on the size of your dataset and the complexity of your model.

!python train.py --img 640 --batch 16 --epochs 60 --data customdata.yaml --weights yolov5s.pt --cache

Detect the Photo

!python detect.py --weights  runs/train/exp2/weights/best.pt --img 640 --conf 0.25 --source /content/drive/MyDrive/Yolov5Numberplate/yellow.jpeg

Detect the video

!python detect.py --weights  runs/train/exp2/weights/last.pt --img 640 --conf 0.25 --source /content/drive/MyDrive/Yolov5Numberplate/road.mp4

Screenshots

Test Mode

Train Mode


Contact

face-recognition-with-real-time-database's People

Contributors

shaloofsaleem 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.