Neural Studio
  • Overview
  • Installation
  • Usage
    • Running Studio
    • Creating A Workspace
    • Add Dataset
    • Add Model
    • Train
    • Inference
  • Github
  • UI Overview
    • Overview
    • Workspace Manager
    • Dataset Builder
    • Network Graph Editor
    • Traning Framework
    • In Browser Inference Engine
Powered by GitBook
On this page
  1. Usage

Inference

PreviousTrainNextOverview

Last updated 3 years ago

Inference engine provides an easy to use UI to use your trained model on new data.

When you upload the image the engine will automatically predict and visualize the output.

You can also access the inference API using the deployment toolkit. For example, with this example you can perform inference using tools such as CURL.

$  curl -X POST \
   -F "image=@/Users/test.jpg" \
   http://localhost:8000/api/infer
5.1 Inference Engine
5.2 Inference Result