“If you want to shine like the sun, then burn like the sun!”
A.P.J. Abdul Kalam (Former President of India)
Some of my projects!
Daily Motivation Generator App
This is an interactive application that serves as your daily dose of motivation. You can choose your genre, the number of motivational quotes that you want along with the author and source. The link to this application can be found here: https://mymotivationalapp.herokuapp.com/
Knowledge Infused Text to Scene Graph Generation
This project involved trying to model human perception by asking different people to describe the same image and using this description to create scene graphs. These scene graphs are then used to model human perception.
Implementation of Page Rank Algorithm
This is a project wherein I implemented the Page Rank Algorithm and used it to identify most popular airports in the world!
Cyberbullying Detection
Cyberbullying is a huge problem in today’s cyber-aware world. This project uses natural language based dataset from Kaggle to detect whether a comment is attempting to bully someone.
Information Extraction
This project focuses on extraction of valuable information from a document by way of powerful learning paradigms such as Semi-Supervised Learning, Unsupervised Learning and Rule-based Learning.
Question Answering System Using First Order Logic
Here, an attempt was made at construction of a cohesive question answering system for the supermarket domain using only first order logic.
Part of Speech Tagging with Naive Bayes
This project involved implementing Naive Bayes algorithm to perform part of speech tagging.
A* Search for 8-puzzle problem
Here, A* Search was implemented from scratch and used to solve 8-puzzle problem.
Iterative Deepening Search for 8-puzzle problem
Here, Iterative Deepening Search was implemented from scratch and used to solve 8-puzzle problem.
Breadth First Search for 8-puzzle problem
Here, Breadth First Search was implemented from scratch and used to solve 8-puzzle problem.
Fake Opinion Detection
Fake Opinions such as fake reviews, fake comments, etc, are quite prevalent nowerdays. These are often used to cause chaos and mayhem. This project attempts at creating a model which is capable of detecting fake opinions.
2D Tetris Game
Games are something that everyone loves and Tetris is one of the most popular 2D games of our time. This project implements a 2D tetris game using Java.
Toxicity Detection
Comments intended to hurt, humiliate and harm are something which are increasing with a rapid rate in today’s world. This project creates a model which predicts whether a comment is obscene, toxic, severely toxic or spreading hatred.