serengil / deepface

A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
https://bit.ly/deepface-py
MIT License
14.86k stars 2.24k forks source link

Remove "lightweight" from description #1346

Closed glyh closed 2 months ago

glyh commented 2 months 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 2 months 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.