Skip to main content
  • Clone the repository:
Begin by cloning the Director repository and navigating to the project directory:
git clone https://github.com/video-db/Director.git
cd Director
  • Run the setup script:
Execute the setup script to install all necessary dependencies:
./setup.sh
  • Run the Application
You can start both the backend and frontend servers with:
make run
If you want to run them separately: You are now ready to begin creating an agent in VideoDB Director!