A personalized recommendation system for e-commerce, employing a hybrid architecture using deep learning techniques. It was developed as part of Flipkart 5.0 Grid Hackathon. It integrates a Matrix …
A desktop app for visualizing the A* path finding algorithm. It allows the user to select start and end points as well as draw obstacles for the program to find the shortest path through. There is …
Solves any sudoku puzzle using backtracking algorithm while visualizing the whole process. It's a web application made using Django. It contains a million different puzzles to be solved by you or t…