Installation

Get started with MiniStudio in minutes.

Prerequisites

  • Python 3.8 or higher
  • pip package manager
  • (Optional) Google Cloud account for Vertex AI

Install from Source

Clone the repository and install in development mode:

git clone https://github.com/aynaash/ministudio.git
cd ministudio
pip install -e .
Installing in development mode (-e) allows you to modify the source code and see changes immediately.

Verify Installation

Check that MiniStudio is installed correctly:

from ministudio import VideoOrchestrator
print("MiniStudio installed successfully!")

Next Steps