penscola commited on
Commit
640a889
1 Parent(s): dbdc443

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -10,4 +10,21 @@ pinned: false
10
  license: mit
11
  ---
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
10
  license: mit
11
  ---
12
 
13
+ ## Background:
14
+ Whether we wish to predict the trend in financial markets or electricity consumption, time is an important factor that must now be considered in our models. For example, it would be interesting to forecast at what hour during the day is there going to be a peak consumption in electricity, such as to adjust the price or the production of electricity.
15
+
16
+ ## The Process
17
+ The procedure begins with exporting the essential items from the notebook, followed by correctly designing an interface, importing the necessary objects for modeling, and then writing the code to process inputs. The procedure can be summarized as follows:
18
+ - Import machine learning components into the app script.
19
+ - Create an interface,
20
+ - Create a function to handle inputs.
21
+ - Values are passed through the interface.
22
+ - Restore these values in the backend,
23
+ - Apply the required processing,
24
+ - To produce predictions, submit the processed values to the ML model.
25
+ - Process the acquired predictions and present them on the interface.
26
+ Created by: Felix Kiprotich
27
+ https://www.linkedin.com/in/felix-kiprotich-a2ba1a1a4/
28
+
29
+
30
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference