Skip to content

Releases: pyronear/pyro-storage

v0.1.0: Data curation API for wildfire detection

15 Jun 15:10
b6335fc
Compare
Choose a tag to compare

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.
Screenshot from 2022-06-15 17-05-25

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/
Screenshot from 2022-06-15 17-05-55

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

  • @frgfm made their first contribution in #1

Full Changelog: https://github.com/pyronear/pyro-storage/commits/v0.1.0