Projects
MyselectedProjectsshowcase,Allpersonalprojectsdonepurelybymyself.EveryprojectsourcecodecanbefoundinmyGithubprofile.TheseareOpen-SourceProjects,soifyouareinterestedcheckoutandfeelfreetocontributeandmaketheprojectsbetterforeveryone!
Constantly creating and developing ideas...

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.

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



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



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

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


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

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)

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

