My Projects


Save & Buy

Save & Buy Logo
View on Github

An Android App which will fulfill your wishes!

Password Pass

Password Pass Logo
View on Google Playstore

An Android App that helps you use to memorize your passwords easily. This will hide your passwords near you & later you can access them!

Aug-e-Bricks

Aug-e-Bricks Logo
View on Github

An e-commerce which render virtualize goods prior to when you actually own it and overcome the biggest de-merit of e-commerce which is (product isn't exactly the same as pics given in details of that product through integration of an algorithm in camera of device capturing only product leaving behind the background as natural white ) and virtualization not only valids only on pics of product!! But even virtualized demos on product usage that too prior buying to it so that the buyer understand



IdeaX

IdeaX Logo
View on Github

CXO Community Engagement Platform for Idea discussion.Prototype for the Straight Talk Android App Lets members of CIO/CTO to have a community channel/medium through which they can schedule meetings, create new discussions and meetups & many more...

Focus!

Focus! Logo
View on Google Playstore

Android Multiplayer Game which will help you to gain focus! It consistes of 4 mini games: Colors Match, Maths Match, Visibility Test & Greater Lesser

Ecard Creator

Ecard Logo
View on Github

An Android App which allows to render all important cards or I.D.proofs (A.T.M. cards,PAN Card, Debit Card, Credit Card, etc), virtually on your android screens.



Scanner

Scanner Logo
View on Github

Android App which uses google android mobile vision api for Barcode Scanner & Picasso Api for downloading the image!

My Recipe

My Recipe Logo
View on Heroku

Web App which allows user to login/sign up their account, create new recipe, browse all recipes and like or dislike anyone recipes with reviews feature!

Hack Paytm

Hack Paytm Logo
View on Github

Six Modules in one app for improving current paytm experience :
  • e-commerce ๐Ÿ’ณ with Augmented Reality
  • Data Analytics ๐Ÿ“Š
  • Offline Transfer Money Mode ๐Ÿ’ฐ
  • Interactive Blue Color Picker ๐Ÿ”ต which works as a captcha
  • Set Reminder โฐ with push notifications ๐Ÿ””
  • Voice BotChat ๐ŸŽค to add money to paytm wallet



Voicemail

Voicemail Logo
View on Github

๐Ÿ”ˆ ๐Ÿ“ง Voice Based Email for (Blinds?)

PlaceMentor

PlaceMentor Logo
View on Heroku

๐ŸŽ“ PlaceMentor helps you to get information regarding Oncampus companies visit! Designed for Jamians.

Questor

Questor Logo
View on Github

Scan & Search text from hardcopy books and images! ๐Ÿ“– ๐Ÿ”



Secret Walls

Secret Walls Logo
View on Google Playstore

Secret Walls aims to cure your boredom by providing you the access to explore other's secrets, what secrets do others have, do u and them have any common, sometimes it will be funnier, sometimes it will be serious!!

Money Order

Money Order Logo
View on Github

An Android App ๐Ÿ’ฒ that is capable of doing OFFLINE PAYMENT transactions.

WWE Tapout

WWE Tapout Logo
View on Github

Two Players Agility Fighting WWE Game. It is designed for 2 players to test their agility, quickness and swiftness using their favourite WWE superstars. To win, one should break opponent superstar's card as quickly as possible.



VistArrow

VistArrow Logo
View on Github

An Android App that will unleash Vistara Airport Experience. Open the app, it will start guiding the user to go through certain checkpoints prior the onboard.

Health Care AI ChatBot

ChatBot Logo
View on Messenger

An assistant chatbot that will help you better visualize the presentation of mined data (information). It deals with all the health care issues which will really benifit stakeholders in the health care space.

Moodifier

Moodifier Logo
View on Github

Moodifier will boost your current mood. Whether you are happy, sad, angry, surprised, it will certainly try to boost your mood to a great extent. This application will involve Face recognition, Detect Emotion and accordingly will try to make him/her happy.



Spilter

Spilter Logo
View on Github

Spliter is an Email Spam classifier allows you to classify whether a given email, x, is spam (y = 1) or non-spam (y = 0). It uses Support Vector Machine (SVMs) algorithm for classification. Spilter uses the body of the email (excluding the email headers).

Image Compressor

Image Compressor Logo
View on Github

Image Compressor uses the K-means algorithm for image compression by reducing the number of colors that occur in an image to only those that are most common in that image. The K-means algorithm is a method to automatically cluster similar data examples together. In a straightforward 24-bit color representation of an image, each pixel is represented as three 8-bit unsigned integers (ranging from 0 to 255) that specify the red, green and blue intensity values. An Image contains thousands of colors, and so Image Compressor will reduce the number of colors to 16 colors. By making this reduction, it is possible to represent (compress) the photo in an efficient way. Specifically, you only need to store the RGB values of the 16 selected colors, and for each pixel in the image you now need to only store the index of the color at that location (where only 4 bits are necessary to represent 16 possibilities).

Movies Recommender

Movies Recommender Logo
View on Github

This system implements the collaborative filtering learning algorithm and apply it to a dataset of movie ratings. The dataset consists of ratings on a scale of 1 to 5. The dataset has n(u) = 943 users, and n(m) = 1682 movies. The matrix Y (a num movies X num users matrix) stores the ratings y(i,j) (from 1 to 5). The matrix R is an binary-valued indicator matrix, where R(i,j) = 1 if user j gave a rating to movie i, and R(i; j) = 0 otherwise. The objective of collaborative filtering is to predict movie ratings for the movies that users have not yet rated, that is, the entries with R(i,j) = 0. This will allow us to recommend the movies with the highest predicted ratings to the user.



Flex

Flex Logo
View on Github

A programming language with minimal syntax that can understand natural language.

TravNav

TravNav Logo
View on Github

Android application designed for travellors and trip planners, which gives the best route for mutilpe destination that one wants to visit..

Servers HealthChecker

Movies Recommender Logo
View on Github

Golang Application to check health status of different servers using the concept of go routines & channel.