duttaANI / MLOps

repository for AWS App Runner tutorial for MLOPs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLOps

repository for AWS App Runner tutorial for MLOPs

curl command to run AWS console {as taken from postman}

curl --location --request POST 'http://192.168.0.109:8080/predict'
--header 'Content-Type: application/json'
--data-raw '{ "Pclass": "3", "Fare": "25", "topic_id": "1", "Parch": "1", "SibSp": "1", "retrain": "1" }

About

repository for AWS App Runner tutorial for MLOPs


Languages

Language:Python 55.6%Language:Jupyter Notebook 42.7%Language:Shell 1.7%