Giter Site home page Giter Site logo

mullan_item_checker's Introduction

Mullan Item Checker

AI Model using YOLO (You Only Look Once) to detect items and check on the data base which of them are needed.

Installation

You will need to use pip to the item checker. It has a few depedencies to use YOLO. You will need to use TrainYourOwnYOLO, here is the steps to install everything (assuming you have Python installed):

git clone https://github.com/AntonMu/TrainYourOwnYOLO
cd TrainYourOwnYOLO/

On (mac/linux) environment

python3 -m venv env
source env/bin/activate

On Windows environment

You will need to open a PowerShell (might need to be admin in order to create the virtual environment.

py -m venv env
.\env\Scripts\activate

Installing packages for Windows/Linux/Mac

pip install pip --upgrade
pip install -r requirements.txt
pip install Pillow pyodbc opencv-contrib-python

You will then need to download the files from this github repository and put them into "TrainYourOwnYOLO\3_Inference". You should have the basic Detector.py file provided by TrainYourOwnYOLO and the two files from this repository.

It is strongly advised to use CuDNN/CUDA for faster implementation, but check the compatibility first. We won't go thru the installation of CUDA here because it would be too long.

Usage

You will need to change line 174 - 177 and 192 - 201 to specify the credentials.

To run the program you will need to go in the folder where the code is situated using the cd command and just run it by using py Semi then press TAB to have the correct path name. You will have to follow TrainYourOwnYOLO README.md to create your own model and use it with this app.

Hikvision program

This is a small program to test the hikvision camera and see it working, or not. You just have to specify the credentials on line 10 of the python code and run it.

mullan_item_checker's People

Contributors

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