📄️ Install UI Manually
AutoShorts comes with a web UI that allows you to generate videos with a simple interface. The UI is built with Next.js and Express.js. The web UI relies on the backend server.
📄️ Install UI with Docker (experimental)
Using Docker is a experimental way to get started with the AutoShorts UI. The Docker image contains all the necessary dependencies and resources to run the UI and backend server.
📄️ Install CLI
AutoShorts comes with a CLI interface that allows you to generate videos with a simple command line interface. The CLI is built with Node.js and relies on the JS interface.
📄️ Install JS interface
AutoShorts comes with a JS interface that allows you to generate videos programmatically. The JS interface is the core of the package and can be used to generate videos programmatically.