AI Meeting Transcription, Summarization & Q&A System (RAG + LLM):

Built an end-to-end system for meeting transcription, summarization, and context-aware Q&A using Whisper, Qdrant, and LLMs, with FastAPI + React for real-time processing and interactive querying. This project demonstrates practical execution from architecture and implementation to measurable delivery outcomes.

Personal ProjectsYear 2026

Project Overview

Objective

Built an end-to-end system for meeting transcription, summarization, and context-aware Q&A using Whisper, Qdrant, and LLMs, with FastAPI + React for real-time processing and interactive querying.

Stack

FastAPINext.jsQdrantWhisperGPT-4o-miniOpenAI text-embedding-3-small

Delivery highlights

  • Developed an end-to-end meeting intelligence system that processes uploaded audio/video by splitting recordings, transcribing speech using Whisper, and generating structured Thai summaries and action items with GPT-4o-mini, while storing transcript embeddings using OpenAI text-embedding-3-small in Qdrant for semantic retrieval; the system enables context-aware Q&A by retrieving relevant transcript segments, returns source-backed answers with traceable references, tracks processing status in real time, and provides a React-based interface for reviewing transcripts, summaries, audio segments, and downloadable reports.
Back to Topic ProjectsBack to All Projects

Related Projects

3 items

AI Resume Chat with LLM and RAG (Portfolio Assistant)

Personal ProjectsYear: 2026

Built a sitemap-driven portfolio assistant that answers recruiter questions with grounded, source-linked responses.

AI Document Question Answering System with RAG and LLM

Personal ProjectsYear: 2026

Built PDF upload and natural language QA system with retrieval-augmented generation.

AI Document Search & Question Answering System (RAG)

Personal ProjectsYear: 2026

Built a multimodal AI system for document, audio, and image understanding with natural language question answering using retrieval-augmented generation (RAG).