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

AI Video Search and Scene Analysis System

Developed an AI-powered video search and analysis system with scene detection and summarization capabilities.

 Home AI Resume Chat Work Experience All Projects Demo Technical Skills Certification Publications Contact
Personal ProjectsYear 2026Latest activity 2026-03-11

Project Overview

Objective

Developed an AI-powered video search and analysis system with scene detection and summarization capabilities.

Stack

FastAPIOpenCVCLIP (ViT-B/32)PyTorchFAISSYOLOv8Next.jsGPT-5GPT-4o-miniGPT-4.1

Delivery highlights

  • Developed a video analysis application that allows users to upload videos and automatically analyze their content. The system extracts frames from videos, detects objects using YOLOv8, and generates visual embeddings with CLIP to represent each scene. These embeddings are stored in a FAISS vector index, enabling fast search and retrieval of relevant scenes based on objects or visual similarity. Built backend services with FastAPI for video upload, timeline generation, frame preview, and scene navigation, and integrated LLMs (GPT-5, GPT-4o-mini, GPT-4.1) to automatically summarize video timelines. A Next.js interface was developed to let users easily search scenes, preview frames, and jump directly to important timestamps in the video.
Back to Topic ProjectsBack to All Projects

System workflow

How video search and scene analysis works

Video indexing creates searchable scenes; a later query retrieves matching moments and produces a concise timeline.

Rendering workflow diagram…

Scroll horizontally to explore the full workflow on smaller screens.

System workflow

Video indexing pipeline

Videos are segmented into frames, analyzed for objects and visual features, then indexed for semantic search.

Rendering workflow diagram…

Scroll horizontally to explore the full workflow on smaller screens.

System workflow

Scene retrieval and summarization

User queries are matched against scene embeddings; retrieved moments are summarized with LLM-generated descriptions.

Rendering workflow diagram…

Scroll horizontally to explore the full workflow on smaller screens.

System workflow

Source-reviewed processing sequence

A conservative end-to-end boundary taken from the source audit. Specific endpoints, storage writes, and external calls are only claimed in the project-specific diagrams when the implementation confirms them.

Rendering workflow diagram…

Scroll horizontally to explore the full workflow on smaller screens.

Project Videos

1 items

Demo Video

Watch on source

Related Projects

3 items

Multilingual Semantic Video Event and Action Search Engine and API

Personal ProjectsYear: 2026

Built FastAPI semantic search over videos with clip indexing and multilingual query support.

Text-to-Video Semantic Search

Personal ProjectsYear: 2026

Built text-to-video semantic scene retrieval with multilingual query processing.

Image-to-Image and Video Similarity Search System

Personal ProjectsYear: 2026

Built query-image driven retrieval across both image and video collections.