A journaling application to note down day-to-day activities, built using python and Tkiner. Option to backup entries onto google drive, all data stored in encrypted form.
Trying to rebuild the version control system "git" using the java programming language. Implements basic version control system functions and basic branching capabilities.
Study and analysis of weather data of states in India. Studies the data co-relation between things like closeness to the sea and temperature.
Send an alert when smoke value inserted into MySQL table exceeds a threshold limit. Handle smoke detector data, monitored asynchronously using triggers and a linux CLI utility called inotify.
A place where different types of programmers can gather and create teams to solve problems. Find other programmers looking to collaborate. Built for a hackathon!
A machine learning model built and tranined to recognize hand written digits. Built as a part of my intership at Suven Consultants.
John Conway's Game of Life Written in Java. Just a fun project to work on something beautifully recursive.
A sudoku solver written in python with both a command line and graphical interface. Used to as a project to under backtracking and heuristics better.
A recipe search built using React JS to search for your favorite dish.
A simple 2D python game written using the python game framework called pygame.