Projects

My Projects

MyselectedProjectsshowcase,Allpersonalprojectsdonepurelybymyself.EveryprojectsourcecodecanbefoundinmyGithubprofile.TheseareOpen-SourceProjects,soifyouareinterestedcheckoutandfeelfreetocontributeandmaketheprojectsbetterforeveryone!



Constantly creating and developing ideas...

project mockup

Paper Q/A using RAG and LoRA

A retrieval-augmented generation (RAG) system that lets you ask natural-language questions about research papers and get grounded, cited answers instead of hallucinations. It combines FAISS vector search, cross-encoder reranking, and a LoRA-fine-tuned embedding model to retrieve the most relevant text and figures from a paper, then routes structural questions (like 'how many pages' or 'what's the abstract') around semantic search entirely since it can't answer those reliably. Achieves 93.6% hit@5 across a 125-question evaluation set spanning 5 papers, with a Streamlit UI deployed to Hugging Face Spaces.

python logo
project mockup

ResumeItNow

ResumeItNow is a free, open-source resume builder that helps job seekers create professional resumes without watermarks or hidden fees. Built with modern technologies and powered by AI, it offers a seamless experience for creating ATS-friendly resumes. Generated over 1000+ resumes

next logots logotailwind logonode logofirebase logo
project mockup

NoCodefolio

NoCodefolio is the quickest way for anyone to build, host, and own a professional portfolio website for free. It bridges the gap between no-code simplicity and quality by offering a live, visual editor with templates that can be launched to the internet with a single click.

next logots logotailwind logonode logofirebase logo
project mockup

NoteScape

NoteScape is an AI-powered note-taking app that combines real-time collaboration with intelligent features. It leverages Meta's Llama model for features like smart translation and context-aware Q&A, while enabling seamless teamwork through live cursors and shared editing.

next logots logotailwind logonode logofirebase logoliveblocks logoclerk logo
project mockup

PageSnap

A simple Chrome extension that allows users to capture screenshots of the current tab, take full-page screenshots, and record the current tab. The extension uses html2canvas for capturing the visible portion of the page and supports full-page captures by scrolling

ts logo
project mockup

BoardScape

A modern, real-time collaborative whiteboard application built with Next.js 14, enabling teams to visualize ideas and work together seamlessly.

next logots logotailwind logonode logoconvex logoclerk logoliveblocks logo
project mockup

Vehicle and Lane Detection Using OpenCV and YOLO

Real-time lane and car detection system using YOLOv8 and OpenCV, with distance estimation for vehicles. Ideal for autonomous driving and traffic analysis.

python logo
project mockup

AnimateItNow

AnimateItNow lets you turn natural language prompts into stunning Manim animations using LLMs via OpenRouter.

python logo
project mockup

Manga Scraper

Manga Scraping Tool made in python, It fetches the manga page from the website and downloads it in JPG format and saves it locally. This is basically web Scraping

python logo
project mockup

Prompt2Shorts

Prompt2Shorts is an application that takes prompts and generate full scripts, voice-over audio, and relevant videos. Designed for creators who want to quickly produce engaging content, Prompt2Shorts integrates advanced AI and APIs to automate the creation process.

next logots logotailwind logonode logo
project mockup

Weather App

This Weather App is made in Java using Java swing component with Modern UI design and Openweathermap API for the data.

java logo
project mockup

PathFinding Algorithms Visualized

PathFinding Algorithms Visualized project consists of 2 pathfinding algorithm, implemented in python using tkinter for visualization Dijkstra algorithm and Breadth first search (BFS)

python logo
project mockup

Tetris

This project is a recreation of the game Tetris in Python using Pygame library!

python logo
project mockup

Weather App

This project is a weather app made using html, css, javascript. This is dependent on OpenWeatherMap API

html logojs logocss logo