Blind AI Assistance: Vision
Assisting blind people with the help of AI aided image captioning via a smartphone app.

A collection of experiments, platforms, and open-source work.
Assisting blind people with the help of AI aided image captioning via a smartphone app.

Colorize is a computer vision algorithm which is implemented as a feed-forward pass in a CNN at test time, that has been trained on a million images from the Imagenet dataset. The algorithm is able to fill vibrant and realistic colors to the black and white images to recreate a plausible colorized image. Based on the 2016 research paper by Zhang et al. "Colorful Image Colorization".

An implementation of YOLO object detection deep learning algorithm, trained using Microsoft's COCO dataset and coded using TensorFlow framework for ML.

A simple Python based Sudoku Solver based on the backtracking algorithm that has been implemented along with a GUI, made using Pygame library.
