๐ **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.
<br>
๐ง **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 a `setup.py` file that auto-installs these dependencies, simplifying the setup process.
<br>
๐ **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.
<br>
---
๐ **View on PyPI**: [Face Tagger v1.0.0](https://pypi.org/project/face-tagger/1.0.0/)
---
<br>
๐ We appreciate the community's feedback and contributions! Please report any [issues](https://github.com/Face-Tagger/facetagger-lib/issues/new) or feature requests on our issue tracker.