File size: 1,168 Bytes
c1b39b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: EchoScribe
emoji: 🎥
colorFrom: indigo
colorTo: pink
sdk: gradio
sdk_version: "3.50.2"
app_file: app.py
pinned: false
---

# 🎥 EchoScribe: Smart Video Transcriber

**EchoScribe** is a powerful AI tool that turns your videos into clean, punctuated transcripts, live subtitles, and insightful summaries — all in one click.

## 🚀 Features

- 🎬 Upload any video (MP4)
- 🧾 Get raw and punctuated transcripts using `openai/whisper-large` and `oliverguhr/fullstop-punctuation-multilang-large`
- 📝 Generate clean summaries using `facebook/bart-large-cnn`
- ⬇️ Download transcript, summary, and subtitle (.srt) files
- 🌈 Clean, responsive interface powered by Gradio
- 🖤 Built with ❤️ by Snigdha’s AI Lab

## 🔧 Technologies Used

- Hugging Face Transformers
- Gradio
- Whisper ASR
- MoviePy for audio extraction
- Python, Torch

## 🛠️ Usage

1. Upload a short video clip
2. Wait for the transcript and summary to be generated
3. View and download the results instantly

> Ideal for note-taking, content summarization, interviews, YouTube creators, and accessibility projects.

---

Feel free to fork, contribute, and remix!