arthurcarvalho commited on
Commit
80c2fdf
·
verified ·
1 Parent(s): 84799b8

Upload README.md.huggingface

Browse files
Files changed (1) hide show
  1. README.md.huggingface +41 -0
README.md.huggingface ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Energy Consumption Estimator
3
+ emoji: ⚡
4
+ colorFrom: green
5
+ colorTo: blue
6
+ sdk: streamlit
7
+ sdk_version: 1.43.1
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
+ ## Features
17
+
18
+ - User-friendly web interface
19
+ - Form-based input for client information
20
+ - Instant energy consumption estimation
21
+ - Responsive design that works on desktop and mobile
22
+
23
+ ## Input Parameters
24
+
25
+ - **Age**: Client's age
26
+ - **Marital Status**: Single, Married, Separated, Divorced, Widowed, or Other
27
+ - **Day/Night Consumption**: Current consumption value
28
+ - **Income Level**: Income bracket
29
+ - **Dwelling Area**: Type of area where the client lives
30
+ - **Children**: Whether the client has children
31
+ - **Solar Panel**: Whether the client has solar panels
32
+ - **Attitude Towards Sustainability**: Client's attitude towards sustainability
33
+ - **Tariff**: Type of tariff plan
34
+
35
+ ## Important Note
36
+
37
+ For the app to function properly, you need to upload the following files to this Space:
38
+ - `model.pickle` (your trained model)
39
+ - `encoder.pickle` (your encoder)
40
+
41
+ These files should be placed in the same directory as `main.py`.