/Barcode_Number-Recognition

Image recognition for barcode and numbers

Primary LanguageJupyter Notebook

Follow the steps to execute the python codes on Jupyter Notebook (Google Colab).

Full Project

Data Augmentation

Barcode Detector

Number Detector

Follow the steps to run the project.

  1. To install nodejs and npm run the following commands:
$ sudo apt update
$ sudo apt install nodejs
  1. From your shell, install Git using apt-get:
$ sudo apt-get update
$ sudo apt-get install git
  1. Verify the installation was successful by typing git --version:
$ git --version
git version 2.9.2
  1. Clone the project :
$ git clone git@github.com:AntonioHenriqueAC/Barcode_Number-Recognition.git
  1. Open the file project and use command on terminal:
$ npm install
$ npm run go
  1. Open your browser with url;
http://localhost:1111