Magicpoint is an open source model packaging tool developed by 1019.
You can use Magicpoint to package and deploy any model to 1019, from open-source models on Hugging Face π€ and Github to your own proprietary models.Magicpoint python package has 3 main functionality:
Task is an endpoint that you can run via HTTP request or Magicpoint Client SDK.
There is an difference between task and background task:Task: Itβs syncronous process that your http request can wait until the end.Background Task: Itβs asyncronous process that these type of endpoints returns an background task ID to track details.