fschuhi / yt-transcript-summarizer

A FastAPI application that generates summaries of YouTube video transcripts using GPT models.
MIT License
2 stars 0 forks source link

Obsidian .md File Generation #1

Open abmi72 opened 4 months ago

abmi72 commented 4 months ago

The tool creates a .md file which contains in the header the meta-data of the video. The name of the file should be the name of the publisher decorated with the id of the video.

__.md --- author: title: description: date: --- The summary section follows next ### Summary The original section at the end ### Original If the meta-data provides additional keywords then they should be added to the header as tags. --- tags: [climate, economy, ...] author: title: description: date: ---
fschuhi commented 4 months ago

That's a great idea, thank you, and doable.

Please answer (i.e. add another comment) so that I understand how notifications work (if there are any).

Can you see: https://github.com/users/fschuhi/projects/1

abmi72 commented 4 months ago

Confirmed!