Connected Cars X
Connected Cars X helps agents to set the smart coverage for aggressive drivers and help regular drivers to save on auto insurance. The solution consists of a Secure Telematics Hardware
One of the leaders in the US logistics market. The company's main focus is on smart solutions that optimize operating processes and improve customer satisfaction rates.
The rise of e-commerce, especially cross-border e-commerce, has dramatically changed the climate of the postal and parcel industry. Operators are focusing on customer engagement at every touchpoint of their journey.
Most postal and parcel delivery companies have started to invest more in technological solutions in order to provide connected logistics. Some of the solutions include:
– real-time tracking,
– automation of distribution,
– smart shipment and asset management,
– and better data management through the use of visualization tools.
The main idea of the project was digitalization and automation of manual labor, in order to optimize resources, as well as the speed of processing postal information. The initial solution involved much manual human work, which cost too much and was time consuming.
Bar codes on parcels often get mechanical scratches or other damages before reaching the sorting point.
Such defects obstruct the correct identification of a parcel in the system, causing delivery mistakes. The client needed to prevent possible mistakes caused by damaged bar codes and also reduce human-made mistakes.
– To receive professional consultation on how to improve the current business processes
– To validate the idea and prove the suggested automation concept
– To improve the detection of parcels under conditions of poor light at the premises and the state of damaged parcels
– To detect the label and recognize the bar code and various fields on the parcel label
– To increase the percentage of correctly recognized addresses and reduce the percentage of errors in sending
– To get the opportunity to scale the solution
CHI Software team started work on this project validating the client’s idea and proving the concept. The main tasks were detection and recognition of objects and image preprocessing. We also selected and trained neural network models to ensure that parcels, letters, and other items of interest are identified automatically and sorted correctly.
We were responsible for the backend part of the project. Our design team was only involved in minor tasks connected with the UI for parcel station operators.
Tesseract | an optical character recognition (OCR) tool in Python. We use Tesseract to detect embedded characters in an image. |
Pillow | a Python Imaging Library (PIL), which adds support for opening, manipulating, and saving images. The current version identifies and reads a large number of formats. |
TensorFlow | artificial intelligence framework for neural networks development. It allows the creation of large-scale neural networks with many layers. TensorFlow is used for: Classification, Perception, Understanding, Discovering, Prediction and Creation |
Keras | used for creating deep models which can be productized on smartphones. Keras is also used for distributed training of deep learning models. |
Yolo | You only look once (YOLO) is a state-of-the-art, real-time object detection system. |
Darknet | an open source neural network framework written in C and CUDA. It is used to classify images. |