ageitgey / face_recognition

The world's simplest facial recognition api for Python and the command line
MIT License
52.37k stars 13.35k forks source link

[New Feature ]l oad_image_file - Expected new feature to load_image_base64 #1300

Open tejastank opened 3 years ago

tejastank commented 3 years ago

Description

Thanks to developer effort, this lib lot more easy compre to other lib. I expected additional feature like load_image_base64. so we can load image from base64 data.

lebyanelm commented 3 years ago

Hi there, alternatively you can convert the base64 image to a binary format which you can save to a file and read from that file using the standard load_image_file method provided in face_recognition.

Hope this helps.

Bah1996 commented 2 years ago

code?