CovIntel is a one stop AI solution for vaccine surveillance and monitoring. New cases and time taken to reach herd immunity are predicted over a duration, for a given geography and given vaccine and generates visualisations.
Portfolio
Next.jsChakra UIReact
Personal portfolio site, where I share updates regarding myself, blogs or any projects that I have made. Built using Next.js and Chakra UI, the portfolio is responsive and I have used mdx-pages for blog page customisations.
Codeforces Notifier Bot
Python
A notifier bot on discord which reminds the user regarding the next contest on Codeforces. The bot notifies whenever there is a user request or a new contest. Given an API endpoint this project can be extended as a reminder for any contest platform.
MIPS Processor
VerilogGTKWave
A non-pipelined 32-bit MIPS Simulator in Verilog. The processor supports operations like Load, Store, Branch Equality, Addition etc. The appliction is built keeping modularity in nature which allows addition of new operations easily.