MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / predict

Route predict

digit-recognizer/app/routes.py:None–None  ·  view source on GitHub ↗
app.route('/predict', methods=['POST'])

Source from the content-addressed store, hash-verified

1import numpy as np
2from app import app
3from flask import render_template, request, jsonify
4from app.predictors import RegressionPredictor, CNNPredictor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected