MyReason92 / Project01

0 stars 0 forks source link

API Functionality #7

Open MyReason92 opened 2 months ago

MyReason92 commented 2 months ago

@app.route('/predict_all', methods=['GET']) def predict_all():

Logic to predict for all countries

return jsonify({'prediction': 'global_prediction'})