Zach Stoner
Zach Stoner
Sounds interesting I've never scraped video before, but I'm about to look into it now. Will post if I get a solution. Anyone else with a concrete solution feel free...
@fcolecumberri yt-dlp works from the command line for me. I am currently downloading Khan Academy's audio files. Planning to use Whisper for the text.
@marianna13 I'm not sure which ones you've already transcribed, but I was just starting on some of the JRE clips and getting them to text files. I talked to @Rallio67...
Also I've got a Python script that scrapes a site for NBA's players stats from a certain year that I might be able to modify or share with you guys...
There is a data augmentation script that takes TSV format that someone built in the "scripts" section of OpenAssistant https://github.com/LAION-AI/Open-Assistant/blob/main/scripts/data_augment/data_augment.py , and another one that also is supposed to create...
I'd say it's a good idea just because of the Discord blackhole like you said. I think it will allow new devs to be able to look through past discussions...
Just made the solution in a reusable function component with JS and CSS hover, does it need to converted to TypeScript? ``` import utilStyles from '../styles/utils.module.css' export default function Tooltips({children,props}){...
TBH it might not even be worth it to add a reusable component and you could just use the CSS needed by adding the tooltip className directly into JSX along...