Ansh91 commited on
Commit
afff9cc
·
verified ·
1 Parent(s): 800e064

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -1,10 +1,9 @@
1
  ---
2
- title: Superkart Backend
3
- emoji: 📊
4
- colorFrom: red
5
- colorTo: pink
6
  sdk: docker
7
- pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
  ---
2
+ title: SuperKart Backend
 
 
 
3
  sdk: docker
4
+ app_file: Dockerfile
5
  ---
6
 
7
+ # SuperKart Backend
8
+
9
+ This is the backend for the SuperKart sales forecasting API. It runs a Flask app via Gunicorn using a trained model (`best_model.pkl`).