Projects

  • Package Dependency Game


    An interactive web-based game that simulates the process of resolving package dependencies. Players are presented with a set of packages and their dependencies, and must determine a valid installation order or identify conflicts. The game is designed to help users understand the role of Boolean Propositional Logic in dependency resolution algorithms.

    About

    Play

  • Website of Brain Lab


    Developed the website of Brain Lab, a research lab at IIT Gandhinagar. The website is based on Material for MkDocs and is hosted on GitHub Pages. The website can be easily updated by the lab members via Markdown files. As it is hosted on GitHub Pages, one can send an update via PRs and the website gets updated automatically via GitHub Actions once the PR is merged.

    Website

  • Django to REST


    Django To Rest is small tool that helps to expose REST api(s) for django models with minimum effort. This utility is for one who uses Django REST Framework for writing REST APIs. The tool enables you to focus only on the code needed explicitly. The tool handles all boilerplate for writing CRUD and custom APIs.

    Website

  • News Aggregator


    A news aggregator with web crawler, a text classifier, and trending news creation. Text classification is done using Support Vector Machine and Latent Dirichlet allocation. Sentence creation for trending news is done using sentence ranking. The web app also has provision for real users to publish news.