From 19190aaece86cdf55c38194130d356cf3c44908a Mon Sep 17 00:00:00 2001 From: Daniel-Andarge Date: Sat, 29 Jun 2024 23:10:28 +0300 Subject: [PATCH] Clean Directory --- README.md | 2 +- flask-app/serve_model.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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