mave5 / podalize

Podalize: Podcast Transcription and Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Podalize: Podcast Transcription and Analysis

This GitHub repository contains a Streamlit app that allows users to transcribe podcasts and video/audio content, as well as perform text analysis on the transcript. The app uses OpenAI's Whisper for transcription and Pyannote.audio for speaker diarization. Users have the option to manually enter speaker names and the app works with YouTube URLs, audio URLs, and MP3 files. The app outputs spoken time, a word cloud per speaker, and a transcript of the audio, and the results can be downloaded as a PDF file.

Sample episode

usage

How to install

Note: This code was only tested on Ubuntu 20.04.5 LTS.

  • Install Anaconda

  • Clone/download this repo to your local machine.

  • Get a pyannote.adudio access token by following the instructions: here

  • Launch anaconda prompt and navigate to the repo on your local machine

  • Create a conda environment from environment.yml

$ conda create -n podalize python=3.9
  • Activate the conda environment
$ conda activate podalize
  • Install packages
$ pip install -r requirements.txt
  • Run streamlit app
$ streamlit run podalize_app.py

Tips

Usage

Either upload a .mp3 file or provide a YouTube/Podcast URL for transcription and analysis.

Refrencess

Contributions Welcome

TODo

  • running the app on windows and macos
  • dockerize

About

Podalize: Podcast Transcription and Analysis

License:MIT License


Languages

Language:Python 100.0%