Face Tagger v1.0.0
🚀 Features:
-
Core Logic for Image Classification: Introducing the primary function of Face Tagger, where images can now be classified based on the faces detected in them.
-
Documentation: We have updated the
README.md
to reflect the changes and provide clearer instructions for users.
🔧 Improvements:
-
🧪 Testing: To ensure our library's robustness, we have added both unit tests for individual classes and end-to-end (E2E) tests for the entire library.
-
📦 Setup and Dependency Management: With an updated
requirements.txt
, users can now easily recognize the necessary dependencies. Moreover, we've added asetup.py
file that auto-installs these dependencies, simplifying the setup process.
📚 Other Updates:
- For those looking to contribute or integrate, we recommend setting up python and installing pytest before testing, as mentioned in the updated instructions.
🔗 View on PyPI: Face Tagger v1.0.0
🙌 We appreciate the community's feedback and contributions! Please report any issues or feature requests on our issue tracker.