python-animeface
python-animeface copied to clipboard
A library to detect anime faces in images.
i am using this within a flask backend and it works well , but i get base64 encode face image quiet slow. Theres is at least 2s delay. ``` def...
I tried to compile it but got: - Imaging.h not found then found it in Pillow-6.2.0 source got - nv_core_h. not found then found it (and many others dependent includes)...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...