An application that can help content creators when generating creative titles and descriptions through artificial intelligence.
- ๐ Convert video to audio and generate transcription to generate custom content
- ๐ Get creative titles through AI
- ๐ Get creative descriptions through AI
- ๐ Customizable template (prompt) text area
- ๐ Manage how creative the AI โโresponse will be
- ๐ Help AI with keywords
- ๐ฅ Fastify
- ๐ฅ Prisma ORM
- ๐ฅ TSX | Typescript
- ๐ฅ Zod
- ๐ฅ Vercel AI SDK
- ๐ฅ OpenAI
Clone the project using the following url
$ git clone https://github.com/AvilyRs/content-video-creator-ai-server.git
ATTENTION: Don't forgot to create a file named .env in the root project and populate it with:
OPENAI_KEY=<Your Open AI API key>
Seed the database with the following command
$ npx prisma db seed
// or
$ pnpm prisma db seed
Then run the server with the following command
$ npm run dev
// or
$ pnpm run dev
Now you are ready and can access all routes with our frontend!
See our CVC.AI Frontend: https://github.com/AvilyRs/content-video-creator-ai-web
If there is anything you can help with the project, feel free to contribute ;)