Giter VIP home page Giter VIP logo

sadi-ai's Introduction

SADI A.I.

A.I. powered security systems could lead us to a safer world. Real-Time face detection, threat detection, face recognition, and individual detection are some main functionalities of this system.

Functionalities

Pretrained:

You can find them here

Person detection:

  • This model named
person_detection.pt

has been made for person tracking.

Threat detection:

  • This model named
threat_detection.pt

has been made for threat tracking.

Person and threat detection:

  • This model named
person_and_threat_detection.pt

has been made for person and threat tracking.

To train

face recognition:

  • This model has been made for you to give it a dataset, and then automates the training process to get the model.

In order to train it, follow these steps:

  1. Give a dataset: For face recognition, we want labels/classes where the photos of individuals are.

The directory where you should put the classes images is: ./training/face_models/YOLO_data_utils/data/

    ... data/
            ---individual_1:
                photos
            ---individual_2:
                photos
            ---individual_3:
                photos
            ---individual_4:
            ...
            ...
            ...
            ...
            ...

The process is detailed on the README.md inside data folder.

  1. Run main.py on face_models.

  2. Wait until the model finishes the training phase.

  3. Move the best.pt model from the training session you accomplished and send it to the /models/ folder.

  4. Now you can access to the model and save it on /models/ directory, there is a preview executing app.py

sadi-ai's People

Contributors

jorgedavyd avatar

Stargazers

 avatar Bryon Bowman 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.