Build from Source#
This guide provides step-by-step instructions for building Live Captioning Sample Application from source.
Building the Images#
To build the Docker image for Live Captioning application, follow these steps:
Ensure you are in the project directoy:
cd edge-ai-suites/metro-ai-suite/live-video-analysis/live-video-captioning
Run the following
docker composecommand:docker compose build
Run the Application#
Run the application using follow command:
docker compose up
Ensure that the application is running by checking the container status:
docker psAccess the application by opening your web browser and navigate to `http://
:4173 to view the dashboard UI. [OPTIONAL] To force a clean rebuild run the following:
docker compose up --build
Notes: Ensure your
.envis configured, especiallyHOST_IP.
Next Steps#
Proceed to Run the Application.