1.1. Introduction

1.1.1. Qunomon

Qunomon is a quality assessment support tool for AI systems.

qunomon provides quality assessment of AI systems in line with machine learning management guidelines, and working environment.

1.1.2. Download of Qunomon

TBD

1.1.3. Required Software

1.1.3.1. Installation of docker

If you are on Windows or Mac, install “docker desktop”

If you are on Linux, install “docker”.

1.1.4. Starting Qunomon

Please execute the following command in the “(root)/qunomon” directory

  • Windows

    docker compose up -d
    
  • Mac

    sudo docker compose -f docker-compose.yml -f docker-compose-mac.yml up -d
    
  • Linux

    sudo docker compose up -d
    

Please view “https://127.0.0.1” in your browser.