diff --git a/README.md b/README.md index ce11e41..f9db519 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ After training and testing six models (three for each dataset), we selected the ### Testing the API from Postman -Selected 3 instances from the test set and sent a request to the fraud detection model api. +Generated 3 new instances and sent a request to the fraud detection model api. ![postman](https://github.com/Daniel-Andarge/AiML-financial-fraud-detection-model/blob/main/assets/api-docker/postman_tst.png) diff --git a/flask-app/serve_model.py b/flask-app/serve_model.py index 86cf08a..d0b24f9 100644 --- a/flask-app/serve_model.py +++ b/flask-app/serve_model.py @@ -44,4 +44,4 @@ def detect(): return jsonify({'error': str(e)}), 400 if __name__ == '__main__': - app.run(debug=True) + app.run(debug=True) \ No newline at end of file