Pursuing an MS in Computer Science with a strong foundation in algorithms, data structures, and software engineering, supported by hands-on experience in coding, debugging, and project development. Proficient in multiple programming languages, including Python, Java, and C, with practical knowledge of software development tools, version control systems, and agile methodologies. A strong desire exists to apply technical skills and analytical expertise to a summer software developer internship, aiming to contribute to innovative projects and gain valuable industry experience in a collaborative, growth-oriented environment.
Car Price Prediction:
• It’s a bot that predicts the current prices of reselling cars. So that the sellers and buyers have an idea of the purchase that will be made.
• We proposed a model to estimate the cost of the used cars using the K nearest neighbor algorithm, which is simple and suitable for small data sets.
Diabetes prediction using machine learning:
• The aim of this analysis is to develop a system that might predict the diabetic risk level of a patient with better accuracy. Model development is based on categorization methods such as Decision Trees, ANN, Naive Bayes, and SVM algorithms. For Decision trees, the models give precisions of 85%, 77% for Naive Bayes, and 77.3% for Support Vector machines. Outcomes show significant accuracy of the methods.
Online Price Comparison Website Python:
• To obtain the best deals from price comparison websites, web crawlers and web scraping techniques are used to fetch detailed information. This way, the paper aims to provide a solution for online customers to buy products at a good price and save valuable time, effort, and money.
Face Mask Detection:
• This project on face mask detection detects if a person is wearing a mask primarily in public places or not. In a pandemic time like this, this project can become one of many solutions to maintaining safety among people
Game of Hangman:
• It is a game where a user is asked to guess the word by its letters. If he/she fails to guess, the game starts to make the man hang one by one. It is a fun game to play with friends
• used object-oriented concepts to build the game in Java.
Movie Recommender System
• A system that suggests movies based on user requests and general traffic uses concepts of collaborative filtering and clustering in making decisions