File size: 1,206 Bytes
80c2fdf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: Energy Consumption Estimator
emoji: 
colorFrom: green
colorTo: blue
sdk: streamlit
sdk_version: 1.43.1
app_file: main.py
pinned: false
---

# Energy Consumption Estimator

This Streamlit app estimates energy consumption based on client attributes using a machine learning model.

## Features

- User-friendly web interface
- Form-based input for client information
- Instant energy consumption estimation
- Responsive design that works on desktop and mobile

## Input Parameters

- **Age**: Client's age
- **Marital Status**: Single, Married, Separated, Divorced, Widowed, or Other
- **Day/Night Consumption**: Current consumption value
- **Income Level**: Income bracket
- **Dwelling Area**: Type of area where the client lives
- **Children**: Whether the client has children
- **Solar Panel**: Whether the client has solar panels
- **Attitude Towards Sustainability**: Client's attitude towards sustainability
- **Tariff**: Type of tariff plan

## Important Note

For the app to function properly, you need to upload the following files to this Space:
- `model.pickle` (your trained model)
- `encoder.pickle` (your encoder)

These files should be placed in the same directory as `main.py`.