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
10.85k stars 1.91k forks source link

[BUG]: port 5000 is being used by airdrop always in mac #1241

Closed serengil closed 1 month ago

serengil commented 1 month ago

Before You Report a Bug, Please Confirm You Have Done The Following...

DeepFace's version

v0.0.91

Python version

3.9

Operating System

macOS

Dependencies

-

Reproducible example

cd scripts
./service.sh

Relevant Log Output

No response

Expected Result

No response

What happened instead?

No response

Additional Info

deepface is using port 5000 by default but this is allocated by airdrop in mac books. try to give a different port by default.