Projects

Data Science

Nov, 2021

Prediction of Marks using Data Science

1stop.ai

Training Project

This is a simple Regression Model which calculates the equation of the Regression Line on the plot and then uses it to predict a student's score.

Link: GitHub Repository

View Project: HTML File

Nov, 2021

Fake News Detection

1stop.ai

Training Project

This is a simple model which first vectorizes the training data using TF-IDF and then uses Passive Aggressive Classifier to train on the input data.

Link: GitHub Repository

View Project: HTML File

Nov, 2021

Detection of Parkinson's Disease

1stop.ai

Training Project

This is a simple Classification Model trained using the XGBoost Algorithm and then uses the training to predict whether a patient is sufferring from the disease or not.

Link: GitHub Repository

View Project: HTML File

Nov, 2021

Best Ads Predictor

1stop.ai

Internship Project

Here, we will be using the concept of Reinforcement Learning. We know that Supervised Learning in which we have the labelled dataset and unsupervised learning which has the unlabelled dataset. Reinforcement Learning is very similar to the way we teach children or pets by giving a positive remark whenever they do something good or obey us properly and we give a negative remark or scold them whenever they do something good.

Link: GitHub Repository

View Project: HTML File

Nov, 2021

Basic ChatBot

1stop.ai

Internship Project


For this project, we will be using the Picker Library. Here, we will take the input and the data should consist of stories, questions and answers. Then, we have the word index and it takes the dictionary from the tokenizer. The other parameters which we will needs is the length of the longest story and the length of the longest question. We need these parameters for the Pad Sequences Function.
The output of this function is that we need to vectorize the data into the padded sequence. We will first loop through all the entire data and then we will convert the row word into the word index value and then we will append each set to the appropriate output list. Once we convert the word to the number, we will pad the sequences so that they are of equal length. So, basically, we have to return the tuple.

Link: GitHub Repository

View Project: HTML File

Oct, 2021

House Price Prediction

YHills

Internship Project

The model predicts the price of the house using Linear Regression. The algorithms used are:

  • Random Forest
  • Gradient Boosting Regressor
  • SGD Regressor
  • XGB Regressor

Link: GitHub Repository

View Project: HTML File

Oct, 2021

Personal Bank Loan Modeling

YHills

Internship Project

The model compares several different algorithms and predicts whether a family will be granted the loan from the bank or not. Some of the algorithms which are being used are:

  • Logistic Regression
  • Random Forest Classifier
  • Decision Tree Classifier
  • Naive Bayes

Link: GitHub Repository

View Project: HTML File

Machine Learning

Nov, 2021

Network Intrusion Detection System using Machine Learning

Information Security Analysis and Audit

College Project

Link: GitHub Repository


Nov, 2021

Credit Card Fraud Detection System using Machine Learning

Big Data Analytics

College Project

View Project: HTML File 1

View Project: HTML File 2

View Project: HTML File 3

View Project: HTML File 4


Feb, 2022

YouTube Adview Prediction

NEO5 Machine Learning

Internship Project

Link: GitHub Repository

View Project: HTML File

May, 2022

Breast Cancer Detection using Machine Learning

Data Mining Techniques

College Course Project

Deep Learning

Jul, 2020

Twitter Sentiment Analysis

Applied Machine Learning and Data Science

Summer Internship Project

The model predicts whether the tweet given by the used is Positive, Negative or Neutral based on the training using Bi-LSTM.

Link: GitHub Repository

View Project: HTML File

Apr, 2020

Skin Cancer Detection using Transfer Learning and Ensemble Modeling - An Assessment

Soft Computing

College Research Project

The project is a Transfer Learning and CNN trained model which can predict whether the patient has a suffering from Cancer or not by checking the images of the infected areas on the body. The model has been trained on a variety of images through which it predicts the required.

Link: GitHub Repository

View Project: HTML File

May, 2022

SMS Spam Detection Using Machine Learning and Deep Learning Techniques

Technical Answers for Real World Problems

College Course Project

Android

Nov, 2021

Scientific Calculator

Basic Project

Learning Project

Simple Scientific Calculator Application

Link: GitHub Repository

Nov, 2021

Court Score Counter (for Basketball)

Basic Project

Learning Project

Simple application to keep the score of a team. This application is not automated.

Link: GitHub Repository

Nov, 2021

Currency Converter

Basic Project

Learning Project

Simple application to convert the input Currency from one country to another country. This is a static application which consists of a list of countries and isn't dynamic.

Link: GitHub Repository

Nov, 2021

Utility

College Project

Learning Project

This Application consists of a several basic applications of day-to-day use combined together for quick access. It consists of:

  • To-do List
  • Scientific Calculator
  • Stopwatch
  • Currency Converter
  • Notes Application

Link: GitHub Repository

Blockchain

Feb, 2020

Decentralised Voting App

Blockchain and Cryptocurrency Technologies

College Project

This is a Decentralised voting application which runs on a Decentralised network. This project was tested using the Ganache and Ethereum.

Web Development

Nov, 2020

COVID-19 Tracker with Chat Application

Web Technologies

College Project

When the user enters the website, we will use a pulgin called 'geoPlugin', which is an API based on the IP Address of the user, returns the country code of the user. The country code is a two character universal code, which does not change, whereas any other thing for the country might change, for example, the language of the country might change. After fetching the country code, we are going to use a list of codes, named as the 'country_list' to get the details for that country. Then, we will send the country name to the API and then we will fetch all the details of the country.
We need to add a script to out code for the plugin to work. Then we will be using the function geoplugin_countryCode(); to return the country code of the user.
We will also be using some Promises and Callbacks.

Link: GitHub Repository

Link: Website

Nov, 2020

E-Commerce Website

Open Source Programming

College Project

This website is built using PHP and is integrated with a database using MySQL. The website was tested using the XAMPP Server.

Link: GitHub Repository

Nov, 2020

Apple Store Management System

Database Management System

College Project

This website is built using PHP and is integrated with a database using MySQL. The website was tested using the XAMPP Server. The database used in this website is normalised to 5NF Form.

Link: GitHub Repository

Software Testing

May, 2022

Testing of E-Commerce Website

Software Testing

College Course Project

Human Computer Interaction

Jan, 2021

Analysis of Smart Car Interface

Human Computer Interaction

College Course Project

Network and Information Security

May, 2022

User Authentication System using Deep Learning Techniques

Network and Information Security

College Patent Project (Patent In-Progress)

Software Development

Feb, 2019

Hotel Management System

Computer Science with C++

School Project

Feb, 2018

Tic Tac Toe (Multiplayer & Single Player against Artificial Intelligence System)

Computer Science with C++

School Project