Automated claims assessment using AI for automotive and travel insurance industry
Car Insurance - Processed ~5 Million images for multiple deep learning tasks
1. Trained, tested and integrated an ensemble of instance segmentation (MaskRCNN), semantic segmentation (UNET) and object detection (SSD) models, for damages (>90% accuracy) and part detections (>97% accuracy)
2. Trained classification models in Keras with focal loss to handle unbalanced dataset, inorder to classify car model (>95% accuracy), color (>90% accuracy) and damaged parts (>80% accuracy)
3. Deployed 15 deep learning models on TensorFlow serving for efficient inference and dockerized it for scaling
4. Engineered the Flask back-end of the product and integrated it with serving and react using http requests
5. Solely generated a codebase of 100 scripts and 20,000 lines of code from scratch
6. Integrated AWS optical character recognition APIs to parse VIN number, registration and license plates
7. Developed YOLO object detection model for odometer reading in seven-segmentdigitformat
8. Incorporated databases like Redis, AWS S3 and AWS Dynamodb for data storage and retrieval on the fly
9. Configured Supervisor, Gunicorn, Redis Queue and Nginx to manage processes during production
Travel Insurance
1. Achieved a 100% accuracy on claim settlement amount without training any deep learning model
2. Extracted text from customer tickets, refunds and bank documents using AWS OCR apis
3. Compiled customer, travel and payment information from each document using text mining techniques