This package provides a way to serve a Bayesian Optimiztion model as an HTTP endpoint. It was developed closely with the Pozzo Research Group color matching demonstration for use in autonomous experimentation applications. It is still in early development. This package uses flask to provide an endpoint for a BoTorch or Ax model.
If you are here from the Jubilee color match demonstration documentation, you want to follow these steps:
- Clone this repository
- Install this package into the same environment that you have
science_jubileeandjubilee_pipette_BOdemoinstalled into (i.e.pip install -e .) - cd into the
src/bo_serving/botorch_servingdirectory - Spin up the flask app with
flask --app serve_botorch run - Return to the color match demonstration documentation