Projects
Bachelor's Project (Current)
- A Real IOT implementation of a Machine-learning Architecture for reducing energy consumption.
Bayesian based Spam Detector
- This is a spam detector that filters spam messages using Bayesian classifier.
- Implemented naïve Bayes algorithm.
- Achieved accuracy of 82% in spam detection.
Silent Phone Locater: Android Application
- This is an android application to locate the mobile phone when lost with silent profile without GPS.
- Used broadcast receivers to search the lost phone, used SQLite database to store numbers.
- Added permissions to provide the tracker phone privileges to modify settings.
Hospital Management System
- Created schema, ER diagram, performed joins, and various SQL queries and constraints
- To reduce redundancy, normalized the database to 3NF
Dialme: A Phonebook
- Developed a Java application using servlet programming.
- Used Lumicall, application allows calling any international number.
Personal Diary Application
- Developed the password protected diary application in C.
- Made use of File Handling concepts, created functions for different tasks etc.
Shooters Game
- Developed the shooters game in C++.
- Made use of libraries, Graphics functions, loops for animating, object oriented principles etc.
Mini Website for a Hotel
- Developed and designed the website for a hotel using web development skills.
- Made use of Html, CSS, Javascript, etc.
- Implemented form validation, database creation.
Tic tac toe
- Developed the well known tic tac toe game in C.
- Made use of concepts of programming, 2D Array, switch cases, for loops, etc.