Welcome! OptoBot
is a package for implementing automated
experimental optimisation using an Opentrons OT-2
liquid handling robot.
OptoBot
aims to provide lab scientists with a simple interface for
implementing experimental optimisation in their own work with minimal
programming experience.
In its current implementation, OptoBot
focuses on automating and
optimising colorimetric experiments where experimental products can be
assessed based on their measured RGB colour using a camera.
OptoBot
can be used to semi-automate and optimise other
experiments but manual measurements of experimental products and manual inputs
are required.
- Documentation: https://optobot.readthedocs.io/en/latest/
OptoBot
can be installed from PyPI
with pip
using the following command.
$ pip install optobot
OptoBot
can also be installed from source with pip
using the following commands.
$ git clone git@github.com:nicolaegues/OptoBot.git
$ pip install OptoBot/.