From 9ca396d6fa021cd298500ad7d0e5108969b5f8a7 Mon Sep 17 00:00:00 2001 From: DataAnts-AI Date: Mon, 3 Mar 2025 12:28:32 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 463fcd4..7ab8665 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ ## Project Overview The video Recording Transcriber is a Python application built with Streamlit that processes video recordings (particularly from OBS Studio) to generate transcripts and summaries using AI models. The application uses Whisper for transcription and Hugging Face Transformers for summarization. -image + +![SuiteQL_query_UI-1-Thumbnail](https://github.com/user-attachments/assets/72aaf238-6615-4739-b77f-c4eb9ff96996) + +Demo here + +https://github.com/user-attachments/assets/990e63fc-232e-46a0-afdf-ca8836d46a13 ## Installation