Products tagged with 'Python'

Python

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words

Some case study

Picture of AI-OCR – Printed text and Handwriting Recognition

AI-OCR – Printed text and Handwriting Recognition

Develop an offline handwriting recognition engine that can automatically read handwritten prescriptions in English from scanned or captured images. The perfect combination of a deep learning neural network and a deep learning neural network will make it possible to process the content of documents with even greater accuracy and clarity. Text can be extracted with high accuracy regardless of the quality of the original document, whether printed text, handwriting, or low-quality images.
Picture of Dental Classification

Dental Classification

The project aims to develop an engine that can automatically detect & remove rubber stamp from scanned/captured document images.. There are many challenging that we have to cope with in this project. For example, no any standards for rubbers so far (e.g. the variety of rubber shapes, colors) or especially dealing with both scanned and captured images are also a big challenging. After trying several methods and considering between two important metrics (accuracy and performance), we finally deployed YOLOv3 for object detection step and making use of K-means scikit-learn and OpenCV for output generation.
Picture of Reading Insurance Card

Reading Insurance Card

Reading information from Insurance Cards is a problem of OCR (Optical Character Recognition) for Japanese Words. In order to read the 3 information from Insurance Card, Deep Learning approach is used. In details, we use Tesseract engine to read all information from the card and then employ some combination/ modification features to improve the recognition results. The improvement is basically based on “try and improve” process based on real data that we collected from Internet. • Categorial information (for example, MNIST: 0-9) should follow a categorical distribution: 𝑐1∼𝐶𝑎𝑡 (𝐾=10, 𝑝=0.1) • Shape information (rotation, width) should follow a uniform distribution, for example: 𝑐2, 𝑐3∼𝑈𝑛𝑖𝑓 (−1,1)
Picture of Retail Traffic Counter

Retail Traffic Counter

Counting people entering and exiting a store help boost in-store analytics & facilitate marketing segmentation. This is a problem of the detection and tracking people from surveillance videos. In order to solve the problem of detecting people in each video frame, Deep Learning approach is used. In details, a detection engine is built by making uses of TensorFlow’s Object detection API/ Faster R-CNN. After recognizing people and PeopleID is generated, SORT/ deep SORT, a tracking algorithm for 2D multiple object tracking in video sequences, is applied for real-time tracking people. The project is now going to evaluation phase.
Picture of Rubber Stamp Removal

Rubber Stamp Removal

The project aims to develop an engine that can automatically detect & remove rubber stamp from scanned/captured document images.. There are many challenging that we have to cope with in this project. For example, no any standards for rubbers so far (e.g. the variety of rubber shapes, colors) or especially dealing with both scanned and captured images are also a big challenging. After trying several methods and considering between two important metrics (accuracy and performance), we finally deployed YOLOv3 for object detection step and making use of K-means scikit-learn and OpenCV for output generation.
top