My Projects

Here is a collection of projects I've worked on, demonstrating my skills and passion for development and AI.

Personal Portfolio Website (This Site)
Personal Portfolio Website (This Site)
My dynamic personal portfolio built with Next.js and Tailwind CSS, showcasing my projects, skills, and journey. Features responsive design, interactive elements, and a dark mode.
Next.js
React
TypeScript
Tailwind CSS
ShadCN UI
Framer Motion
College Chatbot with LLM + Flask
College Chatbot with LLM + Flask
A smart chatbot fine-tuned on my college syllabus that can answer both syllabus-based and general queries. Built using Python, Flask, Ollama LLM, and a local JSON knowledge base. It combines local context + real-world responses. The app is live and accessible at: https://kiet-chatbot.netlify.app/
Python
Flask
Ollama
LLM
JSON
React
Netlify
Flask CRUD API with MongoDB & Docker
Flask CRUD API with MongoDB & Docker
Flask & MongoDB CRUD API, fully Dockerized. Offers RESTful endpoints, ID search, JSON support. Project details and testing guide on GitHub.
Python
Flask
MongoDB
Docker
REST API
Credit Approval System Backend
Credit Approval System Backend
A scalable backend credit management system using Django and FastAPI. Features user profiles, loan eligibility checks, and PostgreSQL integration. Dockerized for deployment. See GitHub for full docs and API usage.
Python
Django
FastAPI
PostgreSQL
Docker
Path Planning Rover using Machine Learning (Decision Tree)
Path Planning Rover using Machine Learning (Decision Tree)
Built an autonomous rover that intelligently navigates through unknown terrain using a Decision Tree-based Machine Learning model. The system continuously senses its environment, makes real-time path decisions, and controls movement — all without human intervention.
Python
C++
Scikit-learn
Respberry pi
Linux