See Live Source Code (Back-end)
This website stores a bunch of resumes and lets you create, read, update, and delete information on it and stores all this information in a MySQL database. This Website was written using HTML, CSS and JavaScript on the front-end and PHP for its server.
A TicTacToe game that you can play in the terminal. You have the option to play against a smart AI which uses the Minimax search algorithm which I programmed myself this algorithm makes it so that either the AI always wins or at worst, draws.
A Spam Filter that takes in a dataset filled with spam and not spam messages. Cleans the dataset, splits the dataset into training and test sets. Then uses the Naive Bayes algorithm to train on the training set. Then classifies the test set as spam or not spam with a 97% accuracy.
A python programme that uses the terminal to print a partially empty sudoku board. It then solves the board using a backtracking search algorithm and gives you the solved board.
A recommendation system for supermarket items using the apriori algorithm which produces frequent itemsets and association rules . Lets you filter the itemsets and rules based on things such as support, minimum confidence and minimum lift.
Email: adichauhan375@gmail.com
Github: github.com/AdiChauhan97