Sign inSign up

arcturusnetworks/acusight-preload

By arcturusnetworks

Updated 3 months ago

Image
0

2.9K

arcturusnetworks/acusight-preload repository overview

AcuSight Preload Data Container

Quick Start

docker pull arcturusnetworks/acusight-preload && docker run --rm --network host arcturusnetworks/acusight-preload

What It Does

Creates two demo projects with datasets and models that appear as if trained within AcuSight:

Bottles Project
  • Uploads pill-bottles dataset (6,555 train / 549 validation images)
  • Creates dataset snapshot with 3 classes
  • Registers model with mock MLFlow training history (100 epochs)
Glands Project
  • v1 Model: White Gland Detection (uploaded with phantom dataset version)
  • v2 Model: Blue-White Gland Detection (1,680 images, 70/20/10 split, mock training)

Idempotent: Safe to run multiple times - skips existing projects and models.

Configuration

Environment Variables
VariableDefaultDescription
ACUSIGHT_APIhttp://localhost:8080/apiAcuSight API endpoint
MLFLOW_TRACKING_URIhttp://localhost:5000MLFlow tracking server
MINIO_ENDPOINTlocalhost:9010MinIO endpoint
POSTGRES_HOSTlocalhostPostgreSQL host
Custom Configuration
docker run --rm --network host \
  -e ACUSIGHT_API="http://192.168.1.100:8080/api" \
  -e MLFLOW_TRACKING_URI="http://192.168.1.100:5000" \
  arcturusnetworks/acusight-preload

Requirements

  • AcuSight stack running (API, MLFlow, MinIO, PostgreSQL)
  • Network connectivity to all services (use --network host)

Data Included

ProjectDatasetClassesModels
Bottlespill-bottleslabel-ok, label-bad, plain-bottlePill Bottle Detection v1
Glandsglands0, 1, 2, 3White Gland v1, Blue-White Gland v2

Tag summary

Content type

Image

Digest

sha256:777805a96

Size

147.5 MB

Last updated

5 months ago

docker pull arcturusnetworks/acusight-preload