Podcast Transcript Summarisation
Project description
T5 Podcast Summariser
The aim of this project is to demonstrate the capabilities of Google's T5 model that has been fine-tuned on Spotify's Podcasts Dataset for automatic podcast summarisation. Simply pass in a podcast's transcript as input to the summariser, and it would output a summary containing the gist of what the podcast is about.
T5 and Spotify Podcast Dataset
- To learn more about T5, read this blog post
- To learn more about the Dataset, read its paper
Usage
This package relies on the HuggingFace NLP Library to work so you would have to install it too:
pip install transformers
pip install t5-podcast-summariser
You can now use the package as follows:
from t5_podcast_summariser import Summariser
summariser = Summariser()
transcript = """
Full Transcript of the podcast.....
"""
summary = summariser.summarise(transcript)
print(summary)
Below is a sample summary generated on a podcast transcript available here:
This week on the podcast, we talk to Ayodeji Ogunnia (@Ayodeji_Ogunnia) about his life as a bricklayer in Baltimore. We also hear from one of the most famous people in the world, and how he came to be a successful bricklayer. This is a great story for anyone who wants to learn more about what it means to be a good bricklayer. If you like what we do, please leave us a review on Apple Podcasts! Thanks for listening!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for t5_podcast_summariser-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23181f4a8aa8d24f4a7c6616ef5fc956b51f722e9f05746e4b61ceb4e3a73ad9 |
|
MD5 | 73fd69d2f274b29ddd16329a6df2a227 |
|
BLAKE2b-256 | 668367788440de12c029f691d6ae102d7243df6755b3d0ca2d4bc7ba1a7bbbae |