princexoleo / object_detection_app

An object detection application based on Yolov5 model and deploy using Flask.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Object Detection Application Based On the Yolov5 model and Deployment Using Flask.

A brief description of what this project does and who it's for this project.

Requirements

Badges

Add badges from somewhere like: shields.io

Python PyTorch OpenCV BootStrap Flask Heroku Visual Studio Code GPLv3 License AGPL License

Documentation

updated soon

Features

  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode
  • Cross platform
  • REST API Services
  • Object Detection
  • Image Upload Features

Installation

Run & Develop locally.

   git clone ""
   cd "project_name"

For mac/linux users:

For windows users To create virtualenv, follow the virtualenv-wrapper instruction.

  mkvirtualenv venv
  workon venv
  pip install -r requirements.txt
  python app.py --port 5000
 

Screenshots

App Screenshot

Usage/Examples

For RestAPI

   python restapi.py --port 5000

Demo

Insert gif or link to demo

Acknowledgements

About

An object detection application based on Yolov5 model and deploy using Flask.


Languages

Language:Python 52.1%Language:HTML 40.8%Language:CSS 7.1%