This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
이 프로젝트는 YouTube 비디오의 주요 내용을 요약해주는 웹 애플리케이션입니다. 사용자는 YouTube 비디오 URL을 입력하면, 해당 비디오의 자막을 바탕으로 요약된 내용을 얻을 수 있습니다. 요약 작업은 OpenAI의 GPT-3.5-turbo 모델을 사용하여 수행됩니다.
- 이 저장소를 클론하거나 다운로드합니다.
- 프로젝트 폴더로 이동한 다음,
yarn또는npm install명령을 실행하여 필요한 종속성을 설치합니다. - OpenAI API 키를 사용하여
.env파일을 생성하고, 다음과 같이 API 키를 설정합니다.
yarn dev또는npm run dev명령을 실행하여 개발 서버를 시작합니다.- 웹 브라우저에서
http://localhost:3000으로 이동하여 애플리케이션을 사용합니다.
- YouTube 비디오 URL 입력
- 비디오 자막을 기반으로 한 요약 생성
- OpenAI GPT-3.5-turbo 모델을 사용한 요약 생성
- 영어 및 한국어 요약 표시
이 프로젝트는 MIT 라이선스 하에 배포됩니다. 자세한 내용은 LICENSE 파일을 참조하세요.