Skip to content

Support for multi-file input!

Latest
Compare
Choose a tag to compare
@christophbrgr christophbrgr released this 24 Sep 21:13
· 3 commits to master since this release
594b69f

New features

  • adds support for models which need more than one input to perform predictions
    • the REST API accepts a JSON with an arbitrary number of keys containing a fileurl and a matching format each
    • the Python API accepts single files, JSON files with multiple input paths and dicts with the same structure as the JSON files
    • stability improvements for both APIs: the REST API can now recognize more file types for downloads
    • the schema for the config now has a new format to support the multiple inputs

Other changes

  • the test cases have more coverage
  • the documentation was updated to reflect the new schema, multi-inputs and the PyPi package for the start script