- Clone the repository:
- Run the setup script:
- Run the Application
- Backend only: make run-be (Runs at http://127.0.0.1:8000)
- Frontend only: make run-fe (Runs at http://127.0.0.1:8080)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install and configure the Director framework locally to build custom video agents and workflows for your applications.
git clone https://github.com/video-db/Director.git
cd Director
./setup.sh
make run