serengil / deepface

A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
https://www.youtube.com/watch?v=WnUVYQP4h44&list=PLsS_1RYmYQQFdWqxQggXHynP1rqaYXv_E&index=1
MIT License
14.14k stars 2.18k forks source link

Remove "lightweight" from description #1346

Closed glyh closed 1 month ago

glyh commented 1 month ago

Suggested Changes

$ mkdir abc
$ cd abc
$ python -m venv venv
$ source venv/bin/activate.fish
$ pip install deepface
$ du -sh venv
2.3G    venv

Additional Info

No response

serengil commented 1 month ago

deepface is lightweigh for user's perspective. many facial recognition models can be run with a few lines of code. it is not related to package size.