Begin by cloning the Director repository and navigating to the project directory:
git clone <https://github.com/video-db/Director.git>
cd Director
Execute the setup script to install all necessary dependencies:
You can start both the backend and frontend servers with:
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!