arthurcarvalho commited on
Commit
1e4497e
·
verified ·
1 Parent(s): 6c5f2fa

Delete README-HF.md

Browse files
Files changed (1) hide show
  1. README-HF.md +0 -22
README-HF.md DELETED
@@ -1,22 +0,0 @@
1
- ---
2
- title: Energy Consumption Estimator
3
- emoji: ⚡
4
- colorFrom: green
5
- colorTo: blue
6
- sdk: streamlit
7
- sdk_version: 1.30.0
8
- app_file: main.py
9
- pinned: false
10
- ---
11
-
12
- # Energy Consumption Estimator
13
-
14
- This Streamlit app estimates energy consumption based on client attributes using a machine learning model.
15
-
16
- ## Important Note
17
-
18
- For the app to function properly, you need to upload the following files to this Space:
19
- - `model.pickle` (your trained model)
20
- - `encoder.pickle` (your encoder)
21
-
22
- These files should be placed in the same directory as `main.py`.