├── LICENSE ├── README.md ├── package.json ├── run_pipeline.sh └── scripts ├── cleaner.py ├── prompt_completion_gen.py ├── transcript_scraper.py └── youtube_scraper.ts /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emmethalm/tuneAI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emmethalm/tuneAI/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emmethalm/tuneAI/HEAD/package.json -------------------------------------------------------------------------------- /run_pipeline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emmethalm/tuneAI/HEAD/run_pipeline.sh -------------------------------------------------------------------------------- /scripts/cleaner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emmethalm/tuneAI/HEAD/scripts/cleaner.py -------------------------------------------------------------------------------- /scripts/prompt_completion_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emmethalm/tuneAI/HEAD/scripts/prompt_completion_gen.py -------------------------------------------------------------------------------- /scripts/transcript_scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emmethalm/tuneAI/HEAD/scripts/transcript_scraper.py -------------------------------------------------------------------------------- /scripts/youtube_scraper.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emmethalm/tuneAI/HEAD/scripts/youtube_scraper.ts --------------------------------------------------------------------------------