MCPcopy Create free account
hub / github.com/DanilZherebtsov/ml-docker-flask-api / predict

Route predict

app/server.py:None–None  ·  view source on GitHub ↗
app.post('/predict')

Source from the content-addressed store, hash-verified

1from fastapi import FastAPI
2import joblib
3import numpy as np
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected