With our compiled model you can add "face detection" to your existing application very easily. You can use this to make offline photo tagging, face detection in your application. All code is run on your system locally and inference is real time.
Hi,
We have been developing end to end Computer-vision modules to make it easy for developers, hobbyists to integrate such functionality into their applications with minimal amount of code.
All modules are developed to run real-time on consumer-grade CPUs[0]. For now we are releasing only Python-language SDK. Demos are provided to allow users to test performance on desired data-distribution.
Framework powering these modules in completely written in Nim language, which under the hood wraps some Operation's implementation provided by libraries like OpenBLAS/CuBlas.
We also maintain a blog[1] where we hope to share more underlying technical details.
[0] Quad-core CPU with AVX2 instructions.
[1] https://ramanlabs.in/static/blog
[2] https://ramanlabs.in/static/tuto...
Hachi
Hachi