An open API service indexing awesome lists of open source software.

https://github.com/vviveksharma/barcodescanner

The Bar Code scanning Application built using Computer Vision library such as Opencv in python the main objective of the project is to read the barcode that is being shown in the camera and decoding it and telling if the Database or Text file that is attached to it has that permitted decoded number if yes then it shows "Permitted" is green else "Not-Permitted" in red
https://github.com/vviveksharma/barcodescanner

numpy opencv python3

Last synced: about 2 months ago
JSON representation

The Bar Code scanning Application built using Computer Vision library such as Opencv in python the main objective of the project is to read the barcode that is being shown in the camera and decoding it and telling if the Database or Text file that is attached to it has that permitted decoded number if yes then it shows "Permitted" is green else "Not-Permitted" in red

Awesome Lists containing this project

README

          

# Barcode Scanner
The model is made using module
1. pyzbar = Read one-dimensional barcodes and QR codes from Python 2 and 3 using the zbar library.
2. Numpy = a powerful N-dimensional array object
3. python-opencv = Pre-built CPU-only OpenCV packages for Python.

For the installation of the above modules visit https://pypi.org/

# About
The Program is designed to scan and tell whether a person is authorized or not by scanning its barcode.

# Requirements
requirements.txt caintains all the module needed for running the program.
# Installation
1. Clone the repositery.
2. Install all the required modules
3. Enter the barcodes that are certified as per your need
4. Run the program.