Projects

25+ projects built over time. all opensource, all ideas started somewhere.

built through quests and daily learning. see my uses for the stack. check about for my dev journey.

Fullstack AI Applications

MeanTrainer

MeanTrainer

ai-powered fitness assistant. personalized workouts and nutrition guidance.

live code
Nyayak

Nyayak

AI-powered legal navigation platform for Nepal with legal guidance, lawyer discovery, and court navigation

code

AI/ML & Deep Learning

cineRank

cineRank — Movie Ranker

sentiment analysis meets recommendations. built with nlp.

demo code
Player Value

Player Value Prediction

predicting player market value from stats. regression + ensemble methods.

demo code
Movie Recommender

Movie Recommender System

collaborative filtering meets content-based. watch patterns become suggestions.

demo code
Cat vs Dog

Cat vs Dog Classifier

cnn image classification. 95%+ accuracy. furry problem solved.

demo code
Guess Footballer

Guess The Footballer By Eyes

visual recognition. identify players from their eyes. creepy but accurate.

demo code
Image Captioning

Image Captioning

transforms images into words. showing ai what computers see.

demo code
Seq2Seq Chatbot

Seq2Seq Chatbot

sequence-to-sequence models. conversations that almost make sense.

demo code
GPT

GPT from Scratch

building transformers from first principles. understanding the math.

code
Adventure

Choose Your Own Adventure

interactive storytelling with data. branching narratives.

code

Collections

EDA

EDA Projects Collection

exploratory data analysis. finding patterns in noise.

code
GenAI

GenAI Mini Projects

building with llms. rag, agents, chains. modern ai exploration.

code
Agentic

Agentic AI Mini Projects

autonomous agents. systems that think and act. the future.

code

Others

Show more projects (13)
Project Category Description Links
Spotify Clone Web full-stack music app. auth, playlists, queuing. vibing with code. demo / code
Netflix Clone Web streaming ui, backend logic. dark mode by default. demo / code
Blackjack Game Games classic card game. hit, stand, win. python console vibes. code
Snake Game Games ai-powered snake. self-learning, self-destroying. retro chaos. code
Hangman Game Games word guessing. terminal-based. simple, classic, fun. code
Higher Lower Game Games guess the bigger number. probability meets chance. code
Number Guessing Game Games binary search meets randomness. find the number. code
Caesar Cipher Tools encryption basics. shift, decrypt, repeat. cryptography 101. code
Calculator Tools basic arithmetic, modular design. calculating made clean. code
Coffee Machine Tools state management via code. order, process, serve. ☕ code
Quiz Application Tools q&a engine. scoring, progression. learning through games. code
Turtle & GUI Tools graphics, animations. drawing with code. tkinter experiments. code