https://codeberg.org/eagledot/megamind
This is a project i had worked (on and off) for about 2 years , with the idea of making it possible to include DL functionality in native apps without huge dependencies. I have not worked on it for quite some time now due to resources shortage, open-sourcing it now, in case it can help in any way. A lot has happened in last 2-3 years in deep learning field, and its very difficult to keep up with all those optimizations . I hope to complete it enough some-day to make it run on ARM systems for smaller models though!
Thanks,
As mentioned in readme, actual ported models are at https://codeberg.org/eagledot/megamind/src/branch/master/megamind/models . I may still have to update "weights" for some of these models. CLIP and face-recognition pipeline is being used for a search engine i have been developing at : https://github.com/eagledot/hachi/tree/main/images/ml . (to showcase a more practical application of this framework ! )