Python

Emojification

Emojify a sentence with NLP, flask server to emojify a sentence.

Hand Gesture Recognition

Recognizing the hand gesture using CNN feature extraction.

Lane Detection with Deep Learning

Lane Detection for self driving cars with Deep Learning(CNN) with the camera image data.

Multi Tasking Learning for face characterization

Multitasking learning to use the CNN extracted features for multiple tasks like predicting age, sex, face direction, etc.

Neural Style Transfer

Neural Style transfer of images in PyTorch.

NYTimes Topic Modelling

Topic Modelling for New York Times news articles for given dates using NYTimes API.

PyRevShell

A server client Reverse shell using python, can use any device's shell using this from another device in the network.

Self Driving Cars Steering Angle Prediction

Prediction of which direction the car should change the steering direction in autonomous mode with the camera image as the input using transfer learning and fine tuning.

Self Driving Cars Vehicle Detection

Detection of other vehicles for self driving cars with YOLO in tensorflow.

Seq2Seq Machine Translation

Machine Translation english to french using Seq2Seq Attention model in PyTorch.