Native cross-platform desktop application that assists with training deep learning models and inferencing microfluidic droplet sizes from them.
Sadly, as this is a WIP, an installer is not available.
However, you can follow the steps below to run the application on your system.
- Clone this repo, or download as zip.
-
Make sure you have all the dependencies installed on your system.
-
Open terminal (MacOS) or cmd (Windows) and navigate to current path.
-
Run the following command to build and run the application
cargo run -r
Make sure the following are setup correctly for your system:
- Python (dynamic library for python version)
- Tensorflow2
- Rust toolchain