Skip to content

imgly/ai-video-creator

Repository files navigation

Gen AI Video Creator

A Next.js application that automatically generates AI-powered videos by combining script generation, image creation, text-to-speech, and video editing capabilities.

Features

  • 🤖 AI-powered video script generation using Claude 3 (Anthropic)
  • 🎨 Image generation for scenes using Fal.ai
  • 🗣️ Text-to-speech audio generation with ElevenLabs
  • 🎬 Video editing capabilities with CE.SDK
  • ⚛️ Built with Next.js and TypeScript
  • 💅 Styled with Tailwind CSS

Prerequisites

  • Node.js 18+ installed
  • API keys for:
    • Anthropic Claude
    • Fal.ai
    • ElevenLabs
    • CE.SDK license

Getting Started

  1. Clone the repository:
  2. Install dependencies:
npm install
  1. Set up environment variables by creating a .env.local file:
NEXT_PUBLIC_ANTHROPIC_API_KEY=your_claude_api_key
NEXT_PUBLIC_FAL_API_KEY=your_fal_ai_key
NEXT_PUBLIC_ELEVEN_LABS_KEY=your_eleven_labs_key
  1. Start the development server:
npm run dev

Open http://localhost:3000 in your browser

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published