Phasuwut
ExperienceProjectsSkillsPublicationsAI ChatContactHire Me
Phasuwut

Full Stack · AI Engineer · Thailand

Portfolio

  • Work Experience
  • Projects
  • Skills
  • Publications

More

  • Certification
  • Demo
  • AI Chat
  • Contact

Download

  • Profile
  • Resume
  • CV

© 2026 Phasuwut Chunnapiya

phasuwut.job@gmail.com

Semantic Image Clustering with CLIP and K-Means

Built a full-stack prototype that automatically groups uploaded images by visual-semantic similarity and reports clustering quality. This project demonstrates practical execution from architecture and implementation to measurable delivery outcomes.

 Home AI Resume Chat Work Experience All Projects Demo Technical Skills Certification Publications Contact
Personal ProjectsYear 2026

Project Overview

Objective

Built a full-stack prototype that automatically groups uploaded images by visual-semantic similarity and reports clustering quality.

Stack

CLIP (ViT-B/32)K-Meansscikit-learnFastAPIReact

Delivery highlights

  • Developed an image-clustering workflow that accepts multiple uploaded images, generates semantic embeddings with CLIP (ViT-B/32), and groups them into a user-selected number of clusters using K-Means. Calculated a silhouette score to indicate clustering quality, exposed the pipeline through a FastAPI endpoint, and built a React interface that renders each result as a grouped image gallery. The current prototype demonstrates automatic visual organization but does not yet persist or export finished albums.
Back to Topic ProjectsBack to All Projects

System workflow

How semantic image clustering works

Uploaded images move through validation, CLIP embedding, K-Means clustering, and visual result rendering.

Rendering workflow diagram…

Scroll horizontally to explore the full workflow on smaller screens.

Related Projects

3 items

Text-to-Image Semantic Search Module

Personal ProjectsYear: 2026

Built text-to-image semantic search using CLIP shared embedding space and FAISS indexing.

Multimodal Semantic Retrieval (Video and Image Search)

Personal ProjectsYear: 2026

Unified text-to-video and text-to-image search into one cross-modal retrieval platform.

Electric Vehicle Charger Socket Semantic Visual Search System with YOLO, CLIP, and FAISS

Personal ProjectsYear: 2026

Built two-stage semantic retrieval and socket-type refinement for EV charger images.