cut up videos from the easy-polish youtube channel, parse out subtitles, turn into anki cards. may work for other easy-language videos as well, untested.
first use:
poetry install
(or use thedev.Dockerfile
anddocker-dev-run.sh
script)- go through the pipeline in order in
video-pipeline/
- copy resultant csv to
brain-brew/src/data
, resultant video tobrain-brew/src/media
- in
brain-brew/
poetry run brainbrew run recipies/source_to_anki.yml
after that:
- go through the pipeline in order in
video-pipeline/
to generate new cards - export your deck in crowdanki formate
- edit
brain-brew/recipies/anki_to_source.yml
to point it at export directory - (maybe)
rm -r brain-brew/src/
- in
brain-brew/
poetry run brainbrew run recipies/anki_to_source.yml
cat
new cards ontobrain-brew/src/data
csv file, copy media files tobrain-brew/src/media
- in
brain-brew/
poetry run brainbrew run recipies/source_to_anki.yml
theoretically should work!