Adding a curl example in the model_host and adding a requirements.txt file so that the venv can be restored.

This commit is contained in:
2026-03-09 19:56:49 -04:00
parent b3cf821b0e
commit 951f2af60e
2 changed files with 1 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ def predict_resnet50():
return response
# New model updated in October 2024
# To Test : curl -X POST --data-binary @ADT_11_0_0_Training_BollingerBand_20191129_270d.jpg http://127.0.0.1:5000/predict_resnet50_20241024_270
@app.route('/predict_resnet50_20241024_270', methods=['GET','POST'])
def predict_resnet50_20241024_270():
print('/predict_resnet50_20241024_270')

Binary file not shown.