Testbed of AI Systems Quality Management
qunomon
A testbed for testing and managing AI system qualities.
Requirement
Installation prerequisites
Support os is Windows10 Pro and macOS.
- Windows10 Pro 1909 later
- macOS v10.15 later
Installation
Usage
1.launch
Execute the following command as root of this repository.
docker-compose up
2.access web browser
http://127.0.0.1:8888/
Development for windows
Installation
1.PackageManager
-
Launch
powershell
with administrator permission. -
powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
2.Python
Setup python virtual environment for Backend
1.go to the source you checked out and create a virtual environment
cd {checkout_dir}srcbackend
python -m venv venv
2.virtual environment activate
.venvScriptsactivate
3.install python package
pip install -r