Graduation Thesis
Completed
DermaLens
AI-Powered Dermatological Assistant
- Engineered CNN with TensorFlow achieving 90%+ skin disease classification accuracy
- Deployed via TensorFlow Lite for mobile inference
- Built Flutter mobile app integrating AI model and Google Maps API for dermatologist navigation
TensorFlow
CNN
Flutter
Google Maps API
TF Lite
Personal Project
Completed
Nexus
Smart Documentation Buddy
- Production-grade RAG assistant enabling semantic search and Q&A over technical PDFs
- Conversation memory with LLM-based question reformulation for context-aware follow-ups
- React + Vite frontend with drag & drop ingestion, interactive querying, and source-cited responses
LangChain
FastAPI
Ollama
React
Vite
Personal Project
Completed
Core Banking System
Clean Architecture Banking Backend
- Designed a domain-driven, layered architecture for loan calculation and account operations.
- Implemented configurable product rules so interest rate and maturity ranges can be managed from an admin panel.
- Generated detailed installment plans for each calculation and stored versioned records for reporting.
- Added API health checks, centralized exception handling, and structured request logging for operational visibility.
ASP.NET Core Web API
Angular
PostgreSQL
Redis