New
v0.0.97
What's Changed
- make return types raw python for landmarks by @serengil in https://github.com/serengil/deepface/pull/1532
- mypy initialized by @serengil in https://github.com/serengil/deepface/pull/1533
- batch extract faces by @serengil in https://github.com/serengil/deepface/pull/1534
- throw custom errors by @serengil in https://github.com/serengil/deepface/pull/1535
- install dependencies once by @serengil in https://github.com/serengil/deepface/pull/1536
- more unit tests added for recent batch extract faces feature by @serengil in https://github.com/serengil/deepface/pull/1538
- add similarity search support to find function by @serengil in https://github.com/serengil/deepface/pull/1540
- Stateless Search Functionality Added by @serengil in https://github.com/serengil/deepface/pull/1544
- sorting broken tests by @serengil in https://github.com/serengil/deepface/pull/1545
- load models on app start up to respond faster in 1st request by @serengil in https://github.com/serengil/deepface/pull/1548
- in case of no embedding, we were adding distance but skipped confidence by @serengil in https://github.com/serengil/deepface/pull/1551
- mongo support added by @serengil in https://github.com/serengil/deepface/pull/1550
- weaviate added by @serengil in https://github.com/serengil/deepface/pull/1554
- db con can be set by env vars, also provide confidence and detected face area in search's result by @serengil in https://github.com/serengil/deepface/pull/1555
- return img_name for faiss searches by @serengil in https://github.com/serengil/deepface/pull/1557
- bearer token support added by @serengil in https://github.com/serengil/deepface/pull/1558
- broken yolo links updated by @serengil in https://github.com/serengil/deepface/pull/1560
- more tests added for authorization and connection string for api by @serengil in https://github.com/serengil/deepface/pull/1561
- simplify auth service by @serengil in https://github.com/serengil/deepface/pull/1563
- multi model support with different dim size added for weaviate by @serengil in https://github.com/serengil/deepface/pull/1565
- neo4j backend added by @serengil in https://github.com/serengil/deepface/pull/1567
Full Changelog: https://github.com/serengil/deepface/compare/v0.0.96...v0.0.97