UholoDala commited on
Commit
5bc28b5
1 Parent(s): 21e0b03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -9,6 +9,19 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  # Created by: Jacob. Jaroya
13
  # https://www.linkedin.com/in/jjaroya/
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: false
10
  ---
11
 
12
+ ## The Process
13
+ ### 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:
14
+ #### - Import machine learning components into the app script.
15
+ #### - Create an interface,
16
+ ####- Create a function to handle inputs.
17
+ ####- Values are passed through the interface.
18
+ ####- Restore these values in the backend,
19
+ ####- Apply the required processing,
20
+ ####- To produce predictions, submit the processed values to the ML model.
21
+ ####- Process the acquired predictions and present them on the interface.
22
+
23
+
24
+
25
  # Created by: Jacob. Jaroya
26
  # https://www.linkedin.com/in/jjaroya/
27
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference