Prediction Workflow
OpenKinetics Predictor runs prediction jobs asynchronously.
Workflow
You upload a CSV file or submit JSON through the API.
The backend validates rows and method settings.
The backend creates a job record.
Celery queues the prediction task.
A worker runs the selected prediction engine.
The frontend polls job status.
You download results as CSV or JSON.
Progress tracking
The service records job status during execution.
Status values include:
Queued.
Running.
Completed.
Failed.
For long jobs, progress updates show how many predictions finished.