From 0f6fea63f244ce234b5abf669576d1ec8ece2fc0 Mon Sep 17 00:00:00 2001 From: Ryan Gordon <4227041+0xRy4n@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:40:31 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9af5ac..560c783 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,12 @@ License: MIT - ![Transcripter](https://i.imgur.com/jg9sc7p.gif)

+
+ ![Transcripter](https://i.imgur.com/jg9sc7p.gif) +
+ Transcripter is a tool for indexing and searching YouTube video transcripts. It makes use of the YouTube Data API to fetch video details and transcripts, and collates and stores the transcript chunks in Redis for efficient full-text search.