Skip to content

Latest commit

 

History

History
 
 

default_configs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Quickstart

  1. Build and start Machine Learning backend on http://localhost:9090
docker-compose up
  1. Validate that backend is running
$ curl http://localhost:9090/health
{"status":"UP"}
  1. Connect to the backend from Label Studio: go to your project Settings -> Machine Learning -> Add Model and specify http://localhost:9090 as a URL.