videodb
VideoDB Documentation
Pages
Director - Video Agent Framework

icon picker
Setup Director Locally

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:
Backend only: make run-be (Runs at )
Frontend only: make run-fe (Runs at )
You are now ready to begin creating an agent in VideoDB Director!
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.