What I've Been Tinkering With.

A collection of experiments, platforms, and open-source work.

Project / Deep Learning, Mobile App Development

Blind AI Assistance: Vision

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

Blind AI Assistance: Vision
Project / Deep Learning

Colorize: Color B/W Images using AI

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".

Colorize: Color B/W Images using AI
Project / Deep Learning, Object Detection

YOLOv3 Object Detection

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

YOLOv3 Object Detection
Project / Python, Algorithms

Sudoku Solver

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

Sudoku Solver