youtube_summarizer
A modern Next.js-based tool for AI-powered YouTube video summarization. Features smart chapter detection with clickable timestamps, multi-language support (EN, DE, FR, ES, IT), visual chapter timelines, and full transcript access with markdown export.
파일 탐색기
최종 버전 다운로드 (.zip)- transcript.ts
- auth.test.ts
- summarize.test.ts
- auth.test.ts
- chunking.test.ts
- chunking.test.ts.bak
- encryption.test.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- globals.css
- layout.tsx
- page.tsx
- badge.tsx
- button.tsx
- card.tsx
- glass-card.tsx
- input.tsx
- label.tsx
- scroll-area.tsx
- select.tsx
- sheet.tsx
- skeleton.tsx
- switch.tsx
- tooltip.tsx
- animated-background.tsx
- auth-guard.tsx
- auth-provider.tsx
- chapter-timeline.tsx
- ChapterLinks.tsx
- collapsible-chapter.tsx
- detail-slider-visual.tsx
- DetailSlider.tsx
- header.tsx
- hero-demo-animation.tsx
- language-dropdown.tsx
- model-dropdown.tsx
- model-selector-cards.tsx
- ModelSelector.tsx
- progress-stages-enhanced.tsx
- ProgressStages.tsx
- providers.tsx
- sidebar.tsx
- Timeline.tsx
- TopicEditor.tsx
- transcript-with-timestamps.tsx
- url-input-enhanced.tsx
- api.md
- configuration.md
- development.md
- installation.md
- setup-wizard.spec.ts
- summary.spec.ts
- useAuth.ts
- animations.ts
- apiAuth.ts
- appConfig.ts
- auth-client.ts
- auth-server.ts
- chunking.ts
- encryption.ts
- exportMarkdown.ts
- glm.ts
- llmChain.ts
- prisma.ts
- rateLimit.ts
- supadata.ts
- topicExtraction.ts
- transcript.ts
- usageLogger.ts
- userConfig.ts
- utils.ts
- youtube.ts
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration_lock.toml
- dev.db-journal
- schema.prisma
- seed.sql
- seed.ts
- file.svg
- globe.svg
- logo.png
- next.svg
- vercel.svg
- window.svg
- google-generative-ai.d.ts
- .dockerignore
- .env.example
- .gitignore
- 2.png
- 3-full.png
- components.json
- docker-compose.yml
- docker-entrypoint.sh
- Dockerfile
- eslint.config.mjs
- history.png
- jest.config.js
- landing.png
- LICENSE
- login.png
- next.config.ts
- package-lock.json
- package.json
- playwright.config.ts
- postcss.config.mjs
- prd.json
- prisma.config.ts
- progress.txt
- proxy.ts
- README.md
- start.png
- tailwind.config.ts
- tsconfig.json
- wizard1.png
- wizard2.png
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/DevRico003/youtube_summarizer
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd youtube_summarizer
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker-compose up -d
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
npm install --legacy-peer-deps
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run dev
개발/실행 서버를 켭니다.
npm run build
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
