GithubHelp home page GithubHelp logo

yolov8_detection's Introduction

👷 Détection d'objets avec YOLO et Flask

Ce projet utilise le modèle YOLO (You Only Look Once) pour détecter les personnes, les casques et les gilets dans un flux vidéo en direct. Il utilise Flask pour créer une interface web permettant de visualiser le flux vidéo en direct avec les boîtes de détection superposées et un message de conformité en temps réel.

Installation

  1. Clonez ce dépôt sur votre machine locale :

    git clone https://github.com/Artemis-IA/YOLOv8_Detection/.git
  2. Accédez au répertoire du projet :

    cd yolov8_detection
  3. Installez les dépendances nécessaires :

    pip install -r requirements.txt

Utilisation

  1. Lancez l'application Flask :

    flask run
  2. Accédez à l'application dans votre navigateur à l'adresse http://localhost:5000.

  3. Soumettez une image ou accédez au flux vidéo en direct pour voir la détection en action.

Personnalisation

  • Vous pouvez personnaliser les classes détectées et leurs alias dans le fichier aliases.py.
  • La logique de détection et de traitement d'image se trouve dans la fonction detect_objects du fichier app.py.

Capture d'écran du mode vidéo Capture d'écran du mode upload Capture d'écran du mode upload

Auteur

Artemisia

Licence

Ce projet est sous licence MIT License.


yolov8_detection's People

Contributors

artemis-ia 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.