███╗ ███╗ ██████╗ █████╗ ███████╗███████╗ █████╗ ███╗ ███╗
████╗ ████║██╔═══██╗██╔══██╗╚══███╔╝╚══███╔╝██╔══██╗████╗ ████║
██╔████╔██║██║ ██║███████║ ███╔╝ ███╔╝ ███████║██╔████╔██║
██║╚██╔╝██║██║ ██║██╔══██║ ███╔╝ ███╔╝ ██╔══██║██║╚██╔╝██║
██║ ╚═╝ ██║╚██████╔╝██║ ██║███████╗███████╗██║ ██║██║ ╚═╝ ██║
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝
███████╗ █████╗ ██████╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗██╗
██╔════╝██╔══██╗██╔══██╗██╔═══██╗██╔═══██╗██╔═══██╗██║ ██║██║
█████╗ ███████║██████╔╝██║ ██║██║ ██║██║ ██║██║ ██║██║
██╔══╝ ██╔══██║██╔══██╗██║ ██║██║ ██║██║▄▄ ██║██║ ██║██║
██║ ██║ ██║██║ ██║╚██████╔╝╚██████╔╝╚██████╔╝╚██████╔╝██║
╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══▀▀═╝ ╚═════╝ ╚═╝
- BS CSIT student at NED University of Engineering & Technology
- Passionate about Machine Learning, Artificial Intelligence, and Data Science
- Enjoy building practical applications that solve real-world problems
- Currently exploring Deep Learning and Computer Vision
Full-Stack | Python · Streamlit · MySQL · ReportLab
A full-stack accounting ERP system developed as a university project to manage accounting operations digitally.
- Double-entry bookkeeping implementation
- Customer management and invoice generation
- Dynamic PDF Trial Balance reports using ReportLab
- MySQL database integration
- Streamlit dashboard for managing accounts and transactions
Game AI | C++ · Raylib · OOP
A playable Tetris game featuring an autonomous AI that evaluates board states and plays the game automatically.
- Complete Tetris implementation in C++
- AI decision-making using heuristic evaluation
- Automatic gameplay with real-time rendering
- Developed using Raylib and Object-Oriented Programming
Content-Based Recommendation | Python · scikit-learn · Streamlit
A content-based recommendation engine that suggests similar movies using metadata from the TMDB dataset.
- Combined genres, keywords, cast, and director into feature vectors
- Generated recommendations using TF-IDF Vectorization and Cosine Similarity
- Retrieved movie posters dynamically through the TMDB API
- Interactive Streamlit interface for movie recommendations
Regression | Python · scikit-learn · Streamlit
A machine learning application that predicts the selling price of used cars based on their specifications.
- Preprocessed and cleaned real-world used car data
- Encoded categorical features for model training
- Trained a Linear Regression model using scikit-learn
- Interactive Streamlit web application for real-time predictions
x86 Assembly Language | EMU8086
A console-based retail billing application developed in x86 Assembly Language that simulates a basic retail checkout system.
- Menu-driven shopping interface
- Item-wise invoice generation
- Automatic discount calculation
- Billing logic implemented using arrays, procedures, and macros
- Developed using EMU8086 for the CAO course