youtube reader - Generate an article from a youtube video
Описание
Inspired by @nutlope Hassan El Mghari's talk at the @AIEngineer summit, I spun up a quick project using #nextjs. This is a simple youtube reader: paste in a youtube link and get a formatted blog post version. Especially when it comes to tech talks, I find that I much prefer to just read the text. Costs about $0.01 to generate a blog post on a ten minute video. Output quality is excellent.
Tech stack:
Next.js
FastAPI
OpenAI gpt-3.5-turbo-16k model (longer context is helpful for 30+ min talks)
youtube_transcript_api library (pip)
markdown-to-jsx library (npm)
Building with the Next.js + FastAPI starter from @Vercel made this super easy.
Repo: https://github.com/josephrmartinez/youtubereader
Next.js + FastAPI starter: https://github.com/digitros/nextjs-fastapi
Рекомендуемые видео



















