-
Yeah, that's in the roadmap! I've actually just created an issue for this based on your feedback. https://github.com/atilatech/atila-core-service/issues/9
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Frontend: https://github.com/atilatech/atlas-ui
-
youtube-transcript-api
This is a python API which allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require an API key nor a headless browser, like other selenium based solutions do!
Get the transcript of a Youtube video using the URL from the youtube transcript api.
-
pytube
A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
If a transcript doesn’t exist, download the audio of the video as an mp3 file with Pytube and use our first ML model, OpenAI Whisper to transcribe
-
If a transcript doesn’t exist, download the audio of the video as an mp3 file with Pytube and use our first ML model, OpenAI Whisper to transcribe
-
Break up transcript into shorter segments and convert segments to a 768 vector array. Use a process known as embedding using our second ML model, UKP Labs BERT’s sentence transformer model.
Related posts
-
Show HN: TubePen – My attempt to get more out of YouTube learning
-
GitHub - spotify-playlist-to-youtube-playlist: Convert Spotify Playlist to YouTube's Show, with mass sync feature.
-
Python Script to convert Spotify Playlist to YouTube
-
GitHub - yogeshwaran01/spotify-playlist-to-youtube-playlist: From Spotify's Groove to YouTube's Show: Tune2Tube
-
[Help] Google Signin Access blocked when using spotify-playlist-to-youtube-playlist (yogeshwaran01)