An open API service indexing awesome lists of open source software.

https://github.com/vortex2jm/video-summarizer

Audio extraction, transcription and summarization using AI
https://github.com/vortex2jm/video-summarizer

deepseek-v3 faster-whisper ffmpeg

Last synced: 6 months ago
JSON representation

Audio extraction, transcription and summarization using AI

Awesome Lists containing this project

README

          

## Blog text generator

- This script receives a video as input and follows the pipeline below:
1. Extracts the .mp3 audio from video with a 16k bit rate, 12KHz sample rate, and 1 channel;
2. Transcripts the audio with FasterWhisper model;
3. Uses DeepSeek to create a summary with the transcripted audio;

### Requirements
```bash
sudo apt install ffmpeg
```

```bash
pip install -r requirements.txt
```

### Usage
```bash
python3 main.py
```