Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from flask import Flask, request, jsonify # Flask framework for creating the we
|
|
| 8 |
total_sales_predictor_api = Flask("SuperKart Product Total Sales Prediction")
|
| 9 |
|
| 10 |
# Load the pre-trained regression model from a Joblib file
|
| 11 |
-
model = joblib.load("/content/drive/My Drive/AIML-Course/ModelDeployment/Project/
|
| 12 |
|
| 13 |
# -----------------------------------------------
|
| 14 |
# Define a GET route for the root endpoint
|
|
|
|
| 8 |
total_sales_predictor_api = Flask("SuperKart Product Total Sales Prediction")
|
| 9 |
|
| 10 |
# Load the pre-trained regression model from a Joblib file
|
| 11 |
+
model = joblib.load("/content/drive/My Drive/AIML-Course/ModelDeployment/Project/backend_files/product_store_sales_total_prediction_model_v1_0.joblib")
|
| 12 |
|
| 13 |
# -----------------------------------------------
|
| 14 |
# Define a GET route for the root endpoint
|
product_store_sales_total_prediction_model_v1_0.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fde194c178fb1f3732e2c4c6251c2a24ee1eca6e501e23fa366d4fe19f7dfa18
|
| 3 |
+
size 303126
|