Machine Learning
Add ML Backend
Add an ML backend to a project using the Label Studio UI or by sending a POST request using the following cURL
command:
```bash
curl -X POST -H 'Content-type: application/json' http://localhost:8000/api/ml -H 'Authorization: Token abc123'\
--data '{"url": "http://localhost:9090", "project": {project_id}}'
post/api/ml/