Skip to content

limosin/Handw_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handw_recognition

This repository contains the code of our submission for Accenture Digital Challenge.. Other contributor is Ashutosh Sancheti.

Introduction

The participants were asked to use their skills with image recognition to find an innovative solution based on artificial intelligence able to recognize hand written texts and manuscripts (at least in block letters) in latin alphabet and letters.

Demo Video

IMAGE ALT TEXT

Dataset:

Steps to Reproduce

  1. Clone the repository to your machine.
git clone https://github.com/limosin/Handw_recognition
  1. Setup the virtual environemnt using conda.
conda env create -f environment.yml
  1. Download the pretrained weights from this link.
  2. Extract to '/models' in the main directory(Make this folder if it does not exists).
  3. Now for performing OCR on a 'image_example.jpg', open a terminal in the main directory and enter this command.
python OCR.py -f <image_example>

You can refer to the Demo for more detailed steps.

SClite installation

  1. Navigate to src/utils/ and find sctk-2.4.10-20151007-1312Z.tar.bz2.
  2. Untar sctk-2.4.10
  3. Install sctk-2.4.10 by following sctk-2.4.10/INSTALL
  4. Check sctk-2.4.10/bin contains built programs

References

The original prototype was built by Thomas Delteil.

About

Accenture Digital Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published