@@ -47,20 +47,14 @@ npm run as -- --playlist "https://www.youtube.com/playlist?list=PLCVnrVv4KhXMh4D
47
47
48
48
### Process Multiple Videos Specified in a URLs File
49
49
50
- Run on an arbitrary list of URLs in ` urls.md ` .
50
+ Run on an arbitrary list of URLs in ` example- urls.md` .
51
51
52
52
``` bash
53
- npm run as -- --urls " content/examples/ urls.md"
53
+ npm run as -- --urls " content/example- urls.md"
54
54
```
55
55
56
56
### Process Single Audio or Video File
57
57
58
- Download MP3 file for testing:
59
-
60
- ``` bash
61
- curl -L https://ajc.pics/audio/fsjam-short.mp3 -o ./content/audio.mp3
62
- ```
63
-
64
58
Run on ` audio.mp3 ` on the ` content ` directory:
65
59
66
60
``` bash
@@ -385,7 +379,7 @@ npm run as -- --video "https://www.youtube.com/watch?v=jKB0EltG9Jo" && \
385
379
npm run as -- --playlist " https://www.youtube.com/playlist?list=PLCVnrVv4KhXMh4DQBigyvHSRTf2CSj129" && \
386
380
mv content/2022-11-05-intro-to-teach-jenn-tech-prompt.md content/02---2022-11-05-intro-to-teach-jenn-tech-prompt.md && \
387
381
mv content/2023-09-10-teach-jenn-tech-channel-trailer-prompt.md content/03---2023-09-10-teach-jenn-tech-channel-trailer-prompt.md && \
388
- npm run as -- --urls " content/urls.md" && \
382
+ npm run as -- --urls " content/example- urls.md" && \
389
383
mv content/2022-11-05-intro-to-teach-jenn-tech-prompt.md content/04---2022-11-05-intro-to-teach-jenn-tech-prompt.md && \
390
384
mv content/2023-09-10-teach-jenn-tech-channel-trailer-prompt.md content/05---2023-09-10-teach-jenn-tech-channel-trailer-prompt.md && \
391
385
npm run as -- --file " content/audio.mp3" && \
@@ -439,7 +433,7 @@ npm run as -- --video "https://www.youtube.com/watch?v=jKB0EltG9Jo" && \
439
433
npm run as -- --playlist " https://www.youtube.com/playlist?list=PLCVnrVv4KhXMh4DQBigyvHSRTf2CSj129" --prompt titles --whisper tiny --llama && \
440
434
mv content/2022-11-05-intro-to-teach-jenn-tech-llama-shownotes.md content/30---2022-11-05-intro-to-teach-jenn-tech-llama-shownotes.md && \
441
435
mv content/2023-09-10-teach-jenn-tech-channel-trailer-llama-shownotes.md content/31---2023-09-10-teach-jenn-tech-channel-trailer-llama-shownotes.md && \
442
- npm run as -- --urls " content/urls.md" --prompt titles --whisper tiny --llama && \
436
+ npm run as -- --urls " content/example- urls.md" --prompt titles --whisper tiny --llama && \
443
437
mv content/2022-11-05-intro-to-teach-jenn-tech-llama-shownotes.md content/32---2022-11-05-intro-to-teach-jenn-tech-llama-shownotes.md && \
444
438
mv content/2023-09-10-teach-jenn-tech-channel-trailer-llama-shownotes.md content/33---2023-09-10-teach-jenn-tech-channel-trailer-llama-shownotes.md && \
445
439
npm run as -- --file " content/audio.mp3" --prompt titles --whisper tiny --llama && \
@@ -463,7 +457,7 @@ npm run as -- --video "https://www.youtube.com/watch?v=jKB0EltG9Jo" && \
463
457
npm run as -- --playlist " https://www.youtube.com/playlist?list=PLCVnrVv4KhXMh4DQBigyvHSRTf2CSj129" && \
464
458
mv content/2022-11-05-intro-to-teach-jenn-tech-prompt.md content/02---2022-11-05-intro-to-teach-jenn-tech-prompt.md && \
465
459
mv content/2023-09-10-teach-jenn-tech-channel-trailer-prompt.md content/03---2023-09-10-teach-jenn-tech-channel-trailer-prompt.md && \
466
- npm run as -- --urls " content/urls.md" && \
460
+ npm run as -- --urls " content/example- urls.md" && \
467
461
mv content/2022-11-05-intro-to-teach-jenn-tech-prompt.md content/04---2022-11-05-intro-to-teach-jenn-tech-prompt.md && \
468
462
mv content/2023-09-10-teach-jenn-tech-channel-trailer-prompt.md content/05---2023-09-10-teach-jenn-tech-channel-trailer-prompt.md && \
469
463
npm run as -- --file " content/audio.mp3" && \
@@ -481,7 +475,7 @@ npm run as -- --video "https://www.youtube.com/watch?v=jKB0EltG9Jo" && \
481
475
npm run as -- --playlist " https://www.youtube.com/playlist?list=PLCVnrVv4KhXMh4DQBigyvHSRTf2CSj129" --prompt titles --whisper tiny --llama && \
482
476
mv content/2022-11-05-intro-to-teach-jenn-tech-llama-shownotes.md content/14---2022-11-05-intro-to-teach-jenn-tech-llama-shownotes.md && \
483
477
mv content/2023-09-10-teach-jenn-tech-channel-trailer-llama-shownotes.md content/15---2023-09-10-teach-jenn-tech-channel-trailer-llama-shownotes.md && \
484
- npm run as -- --urls " content/urls.md" --prompt titles --whisper tiny --llama && \
478
+ npm run as -- --urls " content/example- urls.md" --prompt titles --whisper tiny --llama && \
485
479
mv content/2022-11-05-intro-to-teach-jenn-tech-llama-shownotes.md content/16---2022-11-05-intro-to-teach-jenn-tech-llama-shownotes.md && \
486
480
mv content/2023-09-10-teach-jenn-tech-channel-trailer-llama-shownotes.md content/17---2023-09-10-teach-jenn-tech-channel-trailer-llama-shownotes.md && \
487
481
npm run as -- --file " content/audio.mp3" --prompt titles --whisper tiny --llama && \
@@ -502,6 +496,9 @@ This can be a useful way of creating a single markdown file of the entire projec
502
496
503
497
``` bash
504
498
cat README.md >> LLM.md && \
499
+ echo ' \n\n```' >> LLM.md && \
500
+ tree >> LLM.md && \
501
+ echo ' \n```' >> LLM.md && \
505
502
echo ' \n\n' >> LLM.md && \
506
503
cat docs/examples.md >> LLM.md && \
507
504
echo ' \n## AutoShow CLI Entry Point' >> LLM.md && \
@@ -580,10 +577,10 @@ cat README.md >> LLM.md && \
580
577
echo ' \n```\n' >> LLM.md && \
581
578
echo ' ## Docker Files\n' >> LLM.md && \
582
579
echo ' ```Dockerfile' >> LLM.md && \
583
- cat whisper.Dockerfile >> LLM.md && \
580
+ cat .github/ whisper.Dockerfile >> LLM.md && \
584
581
echo ' \n```\n' >> LLM.md && \
585
582
echo ' ```Dockerfile' >> LLM.md && \
586
- cat llama.Dockerfile >> LLM.md && \
583
+ cat .github/ llama.Dockerfile >> LLM.md && \
587
584
echo ' \n```\n' >> LLM.md && \
588
585
echo ' ```Dockerfile' >> LLM.md && \
589
586
cat Dockerfile >> LLM.md && \
0 commit comments