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

Text-to-Video Semantic Search

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

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

Project Overview

Objective

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

Stack

OpenCVCLIP (ViT-B/32)FAISSFastAPIReact.jsTailwind CSS

Delivery highlights

  • Built a prototype that samples video frames with OpenCV, encodes the keyframes and natural-language queries with CLIP (ViT-B/32), and stores the precomputed frame embeddings in FAISS for semantic scene retrieval.
  • Added Thai-to-English query translation before embedding so multilingual searches can be compared in CLIP's shared vector space. Search results return relevant video segments with similarity scores and timestamps rather than treating the video as one undifferentiated file.
  • Exposed indexing and search through FastAPI and provided a React interface for entering queries, reviewing ranked scenes, and navigating to matching moments. The audited source is a development snapshot; authentication, durable job processing, and production deployment were not confirmed.
Back to Topic ProjectsBack to All Projects

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

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.

Text-to-Image Semantic Search Module

Personal ProjectsYear: 2026

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

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.