Skip to content

v0.0.92

Compare
Choose a tag to compare
@serengil serengil released this 08 Jun 21:31
· 269 commits to master since this release
fb5ed04

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. (#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. (#1246)

  • Service Port Update 🔄
    Service port moved from 5000 to 5005 to avoid conflicts with AirDrop on MacBooks. (#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. (#1247)

  • Official Docker Image 🐳
    Pushed the official DeepFace image to DockerHub for easier deployment and consistency. (#1249)

  • Face Anti-Spoofing 🔒
    Added a face anti-spoofing feature to enhance security and prevent fraudulent face inputs. (#1253)