v0.0.92
DeepFace 0.0.92 Release Notes ๐
New Features & Improvements ๐
-
Enhanced Find Function ๐ Added refresh_database argument to the find function. The default value is True, but when set to False, a pickle file is used without checking for differences. (https://github.com/serengil/deepface/pull/1235)
-
Version Display ๐ Package version is now shown on the API's homepage and in console logs, making it easier to track which version you're using. (https://github.com/serengil/deepface/pull/1246)
-
Service Port Update ๐ Service port moved from 5000 to 5005 to avoid conflicts with AirDrop on MacBooks. (https://github.com/serengil/deepface/pull/1246)
-
Image Alignment Improvement ๐ผ๏ธ When faces are close to the borders, alignment previously moved them outside the image. A border with black pixels is now added to avoid this issue. (https://github.com/serengil/deepface/pull/1247)
-
Official Docker Image ๐ณ Pushed the official DeepFace image to DockerHub for easier deployment and consistency. (https://github.com/serengil/deepface/pull/1249)
-
Face Anti-Spoofing ๐ Added a face anti-spoofing feature to enhance security and prevent fraudulent face inputs. (https://github.com/serengil/deepface/pull/1253)