├── README.md ├── Snakefile ├── download-videos.py ├── split-transcripts.py └── transcript-to-note.py /README.md: -------------------------------------------------------------------------------- 1 | # auto-lecture-note 2 | -------------------------------------------------------------------------------- /Snakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyeshik/auto-lecture-note/HEAD/Snakefile -------------------------------------------------------------------------------- /download-videos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyeshik/auto-lecture-note/HEAD/download-videos.py -------------------------------------------------------------------------------- /split-transcripts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyeshik/auto-lecture-note/HEAD/split-transcripts.py -------------------------------------------------------------------------------- /transcript-to-note.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyeshik/auto-lecture-note/HEAD/transcript-to-note.py --------------------------------------------------------------------------------