MCPcopy Create free account
hub / github.com/DataScienceHamburg/PyTorchUltimateMaterial / predict

Route predict

600_ModelDeployment/app_iris.py:None–None  ·  view source on GitHub ↗
app.route('/predict', methods = ['GET', 'POST'])

Source from the content-addressed store, hash-verified

1#%% package
2from flask import Flask, request
3from model_class import MultiClassNet
4import torch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected