shlogg ยท Early preview
Adriens @rastadidi

Extracting Insights From Louis Mapou's Speech With Nocode Tools

Extract mp3 from YouTube, text from mp3 with Whisper, transform to Knowledge graph & datavisualisations with Nocode functions.

โ” About

Yesterday, June 8, 2024, Louis Mapou, the President of the Government of New Caledonia, delivered a solemn televised address:



  
  
  ๐ŸŽฏ What we'll do

In this blog post, you'll see an -almost- nocode (and open source) way to : 

Extract the mp3 from a given youtube video with yt-dlp/yt-dlp

Extract the text from mp3 with openai/whisper

Transform the text into a Knowledge graph with ๐Ÿ”Ž Nocode functions, and get the gexf file
Produce datavisualisations with Gephisto

Load gexf file into Gephi and produce some dataviz by ourselves

  
  
  ๐Ÿฟ Demo



  
  
  ๐Ÿ”– Resources

Jupyter N...