A commited on
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import pandas as pd # For data manipulation
|
|
| 5 |
from flask import Flask, request, jsonify # For creating the Flask API
|
| 6 |
|
| 7 |
# Initialize the Flask application
|
| 8 |
-
|
| 9 |
|
| 10 |
# Load the trained machine learning model
|
| 11 |
model = joblib.load("superkart_product_store_sales_total_prediction_model_v1_0.joblib")
|
|
|
|
| 5 |
from flask import Flask, request, jsonify # For creating the Flask API
|
| 6 |
|
| 7 |
# Initialize the Flask application
|
| 8 |
+
superkart_product_store_sales_total_predictor_api = Flask("SuperKart Product Store Sales Total Predictor")
|
| 9 |
|
| 10 |
# Load the trained machine learning model
|
| 11 |
model = joblib.load("superkart_product_store_sales_total_prediction_model_v1_0.joblib")
|