Releases: pyronear/pyro-storage
Releases · pyronear/pyro-storage
v0.1.0: Data curation API for wildfire detection
This release adds a lightweight API for data curation, along with a Python client for easier interactions.
Highlights
Fast deployable API
This API was developed using the great FastAPI and offers management options for media (image / videos) and annotations (JSON dict) for data curation purposes. The multiple routes are detailed in the documentation over here.
Python client
To ease integration, this release comes with a fully working Python client. You can find the documentation at https://pyronear.org/pyro-storage/
What's Changed
- feat: Set up basic API for data curation by @frgfm in #1
- ci: Updated funding from OpenCollective to Github by @frgfm in #2
- ci: Added Heroku integration by @frgfm in #3
- feat: Added Python client for API interactions by @frgfm in #4
- docs: Fixed sidebar and footer by @frgfm in #5
- fix: Fixed typo in route format by @frgfm in #6
- docs: Updated README and added CONTRIBUTING by @frgfm in #7
New Contributors
Full Changelog: https://github.com/pyronear/pyro-storage/commits/v0.1.0