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
- Host: GitHub
- URL: https://github.com/vviveksharma/barcodescanner
- Owner: vviveksharma
- Created: 2021-07-29T23:25:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T20:55:26.000Z (almost 5 years ago)
- Last Synced: 2024-04-11T15:24:23.004Z (about 2 years ago)
- Topics: numpy, opencv, python3
- Language: Python
- Homepage:
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.