Skip to content

Complete End-to-End Prediction Backend API #20

Description

@Siddharthakhandelwal

The primary value proposition of Protly is predicting structural insights from a sequence. Currently, the backend REST APIs for this do not correctly process the data or return a complete response.
Tasks/Acceptance Criteria:

  • Fully implement and successfully run the GET /api/health health-check endpoint.
  • Fully implement POST /api/predict logic.
  • Standardize the prediction response into a strict JSON contract containing:
    • pdb: The decoded PDB string.
    • plddt: The mean model confidence score.
    • per-residue plddt: The array of per-residue confidence scores.
    • errors: Specific array mapping API or prediction errors.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions