Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Napolitain/video-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video-creator

Description

The goal of the project is to be able to create video automatically using automated scripts and TTS tools. It should also be compatible with Davinci Resolve.

Development

Requirements

  • Docker

Build

docker build -t videocreator .

Run

mkdir data
docker run -e OPENAI_API_KEY=$OPENAI_API_KEY --rm -v "${PWD}"/data:/app/data videocreator

Usage

mkdir data
docker run -e OPENAI_API_KEY=$OPENAI_API_KEY --rm -v "${PWD}"/data:/app/data ghcr.io/napolitain/videocreator:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages