/lincode-us

Submission for Lincode US 2020 Hackathon

Primary LanguagePython

Lin-Code Hackathon Submission

Challenge-2 - TEAM INVAR

Is My Label Correct?

One of the challenges most manufacturers face while packaging their products is ensuring all relevant information is available on the labels. For this challenge, the participants can take any leading soft drink brand and perform OCR on the text, extract information from the same and then check whether key information is present or not.
For this challenge the user should extract information like quantity, ingredients etc.
Create an OCR system which works on major soft drink brands pet bottles/cans and checks for these entities.

  • Manufacture's details
  • Ingredients
  • Nutritional Facts
  • Quantity
  • Caffeine present or not.

Installation :

  1. Clone the repo
$ git clone https://github.com/dhrubajyoti89/lincode-us.git
  1. Change your directory to the cloned repo and create a Python virtual environment named 'test'
$ mkvirtualenv test
  1. Now, run the following command in your Terminal/Command Prompt to install the libraries required
$ pip3 install -r requirements.txt