Hello,
I was trying to use google cloud vision for Face Recognition and HandWriting Recognition but I found out that I have to enable billing (requiring an online payment which isn’t possible in my country at the moment). I need a free alternative to use, any recommendations?
it seesm for handwritten recognition there is model in aifabric it seems
for face detection, alternative way would be to code in python for face recognition using open cv library
Regards,
Nived N
Happy Automation
If you are looking for free then you have to train your own model using deep learning techniques
For FaceRecogintion and Handwriting it should be trained and also accuracy will be based on the training your dataset
there might be having free tier with azure / aws, but not completly free, you can check with them
Hope this may help you
Thanks