Briefly – AI-Powered arXiv Reader
Briefly – AI-Powered arXiv Reader

A lightweight arXiv reader rebuilt in Next.js for speed and DX. It fetches papers, summarizes them with on-device Xenova pipelines, supports multi-tone summaries (Beginner / Story / Buzz), and ships an infinite-scroll explore feed with filters, related papers, reading list, and quick PDF open. Auth is JWT from scratch (no NextAuth) with real-time email verification. ISR/SSR + image optimization for fast first paint.

Next.jsTypeScriptTailwind CSSVercel
Radiographic X-Ray Bone Fracture Severity Detection
Radiographic X-Ray Bone Fracture Severity Detection

End-to-end orthopedic assistant: YOLO-based fracture detection on X-rays + LLM-powered treatment guidance. React UI shows annotated images, generates a PDF report, and chats about findings. Backend (Flask) runs inference and orchestrates suggestions via a fine-tuned Qwen-2.5 model. Includes hospital-nearby lookup (planned/opt-in).

FlaskPythonReactTailwindVercel
E-Store Platform
E-Store Platform

Full-stack e-commerce with secure auth, catalog, cart, orders, and admin controls. Clean Angular SPA talks to Spring Boot REST APIs with JWT. MySQL persistence and role-based access.

AngularSpring BootMongoDBTypeScriptDocker
NextCV Coach – AI-powered Resume Coach
NextCV Coach – AI-powered Resume Coach

SaaS platform that leverages AI to analyze, review, and enhance resumes with actionable, personalized feedback. Includes secure Clerk authentication, real-time editing with Aceternity UI, template previews, and PDF export. Backend powered by Next.js API routes and MongoDB with optimized SSR/ISR caching.

Next.jsTypeScriptInngestMongoDBClerk
AI Text Summarizer
AI Text Summarizer

Minimal text-to-summary tool built on Transformers pipeline. Clean frontend + Flask API; useful as a building block for reading assistants.

FlaskAngularPythonTypeScript
Tree Enumeration – YOLOv11-based Counting
Tree Enumeration – YOLOv11-based Counting

Developed an aerial imagery analysis pipeline to detect and count trees using YOLOv11, achieving 92% precision on drone datasets. Deployed a Flask API to process uploads and return bounding box annotations with accurate per-area counts.

PythonFlaskReact
Simulation of Malware Detection System
Simulation of Malware Detection System

Educational demo showing data protection flow and safe storage using symmetric cryptography. Includes AES-based encrypt/decrypt with a simple web UI.

FlaskAngular
Blogging Website
Blogging Website

A simple blog platform with posts, auth, and CRUD. Built to practice Angular + Spring Boot with MongoDB.

Spring BootAngularMongoDB
Multilingual Sentiment Analysis
Multilingual Sentiment Analysis

Web app that classifies sentiment for texts across languages. Angular frontend with Flask backend using a multilingual Transformer model; simple REST integration and clean UI.

FlaskAngularVercel
M-toolKit
M-toolKit

Desktop toolkit for students: calculators, unit converters, and handy formulas in one Java Swing app.

Java