Deploy ml Model to detect credit card fraud detection with Bentoml git clone https://github.com/Devendra61/bentoml_ccfd.git cd bentoml_ccfd && pip install -r requirements.txt python3 train.py bentoml serve service.py:svc --reload replace <instance_public_ip> with your <machine_public_ip> example: https://54.164.180.20:8080/ https://<instance_public_ip>:8080/ to be continued