GeekyYouthsInfo / Deep-Learning-Cataract-Detection

Academic: Deep learning-based mobile app to accurately identify the presence and severity of cataracts, enabling early diagnosis and treatment.
0 stars 1 forks source link

(WIP) Makng a Mobile compatible model #17

Closed jona42-ui closed 2 months ago

jona42-ui commented 2 months ago

This notebook provides initial work for making a mobile-compatible model i.e one that can be inferenced using the mobile platforms.

The initial work was to convert the Pytorch model to a .onnx format.(more on this on the note book) image

note: The model.onnx is now on my local machine with a size of 225.6 MBs This model needs to be optimized further