🤖 ML Model Deployment API

Production-ready machine learning model serving

📊 API Endpoints

GETHealth Check/health

Check if API is running and model is loaded.

POSTSingle Prediction/predict

Make prediction for single sample.

{ "Age": 30.5, "Salary": 50000, "Gender_Male": 1, "Spending_Power_Index": 1.2 }
POSTBatch Predictions/batch_predict

Make predictions for multiple samples.

GETModel Info/model_info

Get model details and feature information.

⚙️ Model Information

Model Type: Random Forest Classifier

Purpose: Purchase Prediction

Features: Loading...

Status: Loading...

🔮 Try Prediction API

Success

📝 Test with Raw JSON