Город МОСКОВСКИЙ
00:01:07

youtube reader - Generate an article from a youtube video

Аватар
MySQL Проектирование баз данных
Просмотры:
22
Дата загрузки:
08.12.2023 13:32
Длительность:
00:01:07
Категория:
Технологии и интернет

Описание

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

Рекомендуемые видео