video.mp4
About
A modern and fast web application that allows you to transcribe YouTube videos and generate summaries with artificial intelligence.
- Nextjs
- Typescript
- React Query
- Tailwind-css
- Shadcn-ui
- Clone the repository;
- Install dependencies (
pnpm install
); - Run the server.
- Copy
.env.example
file (cp .env.example .env
); - Run application (
pnpm run dev
);