Projects

Dec. 24, 2023

ModeLsmith (ML website)


Me and my friend put together all our Deep Learning Projects, and made a Full Stack Django Web app to deploy them on. Containerized and deployed on Google Cloud Run

The Machine Learning Models are classified into 3 main categories with some notable models:
• Regression / Neural Nets (life expectancy prediction)
• CNNs (Sign language , Malaria ,Gender classification)
• GANs (Human face, Cat image generation)

Newer models are still added time to time

Python (Expert) Django HTML/ CSS PyTorch AWS / GCP

Dec. 16, 2022

GridWorld


A neural network agent trained to escape a variable size maze, with dynamic walls and a dynamic exit.
Using n-step SARSA and on-policy sampling.

Python (Expert) PyTorch

Sept. 18, 2022

Dynamic Portifolio/ Resume Website


The site you are looking at right now bulit using Django.
every thing you look at is an object of a Model which are related to each other.

I just need to login to the admin panel and fill out forms like projects or skill or experience,
which is reflected live on the website.

Python (Expert) Django HTML/ CSS SQL

Dec. 8, 2020

Unfair Chess


A chess game, but you can kill your own pieces, made with pyqt (qtdesigner) and self coded algorithms for movement of pieces.

This even has a exe version packed into the repo.

Python (Expert) PyQT5

Certificates

Problem Solving (Intermediate)

by HackerRank

Had to give an online exam on their site,
after doing 100+ problems to learn.

Reinforcement Learning

by NPTEL

had to go for a very hard offline proctored exam in New Delhi ,
after a course of 4 months and many assignments.

Python for Data Science

by NPTEL

Offline proctered examed in New Delhi.
I was in top 5% of the people who attempted.

Django Advanced

by LinkedIn

Self Paced course, learnt django long before this, but wanted to learns some advanced concepts.
Had to do many tests in between chapters to get this.

Achievements

Over 300+ commits on GitHub consistently over the last 7 years
Won "The Great India Hackathon 2022" by ReSKILL
Achieved 6 star in Problem Solving on HackerRank using Python and solving 150+ problems