Projects

House Price Prediction

House Price Prediction

This project demonstrates the application of machine learning techniques to predict house prices based on various features. By analyzing the dataset, preprocessing the data, and selecting an appropriate model, we were able to achieve a high level of accuracy in predicting house prices. The trained model can be further refined and deployed.

Python Machine Learning Data Visualization Kaggle
8-Bit CPU

8-bit CPU

This project features the design and implementation of a custom 8-bit CPU. It includes key components such as a custom instruction set, ALU, registers, memory, and a control unit, all working together for basic computation tasks. The CPU is built using Verilog.

Verilog Computer Architecture ISA
Chat Bot

Chat Bot

This chatbot project demonstrates the application of AI and ML techniques for natural language processing tasks. By training on a dataset of intents and responses, the chatbot is able to understand user queries and provide appropriate responses, making it a useful tool for various applications, including customer support, and more.

Python Machine Learning Natural Language Processing
Movie Recommendation System

Movie Recommendation System

A movie recommendation system, is an AI/ML-based approach to filtering or predicting the users’ film preferences based on their past choices and behavior. It’s an advanced filtration mechanism that predicts the possible movie choices of the concerned user and their preferences towards a domain-specific item, aka movie.

Python Machine Learning Vectorization Recommendation System
Contact Sphere

Contact Sphere

Built a Contact Managing web app which allow user to store and access their family or friends contact info from anywhere. Used JAVA(Spring Boot) as Backend, Thymeleaf for Frontend and Postgres for Database

JAVA Spring Boot Postgresql Thymeleaf
Tic Tac Toe

Tic Tac Toe

Android based tic tac toe game app

JAVA Android Game