How to apply Deep Learning in Eye Home Clinic App?
Method
This program was made with Unity based on C#.
Using EfficientNet-Lite0 as image classification models (Google)
Exported the resulting model to a TensorFlow lite format (using TensorFlow Lite Model Maker)
The TensorFlow lite model was then converted to ONNX format and applied using the Barracuda program for Unity.
The way Deep learning is applied in real app.