This guide provides step-by-step instructions for building Live Captioning Sample Application from source.
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 using follow command:
docker compose up
-
Ensure that the application is running by checking the container status:
docker ps
-
Access 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.