tonyassi commited on
Commit
4a218f6
1 Parent(s): 4419fe9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -35,6 +35,22 @@ Learning Rate:
35
 
36
  ## Usage
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  ### Inference (Prediction)
39
  - **repo_id** 🤗 repo id of the model
40
  - **image_path** path to image
 
35
 
36
  ## Usage
37
 
38
+ ### Download
39
+ ```bash
40
+ git clone https://github.com/TonyAssi/ImageRegression.git
41
+ cd ImageRegression
42
+ ```
43
+
44
+ ### Installation
45
+ ```bash
46
+ pip install -r requirements.txt
47
+ ```
48
+
49
+ ### Import
50
+ ```python
51
+ from ImageRegression import train_model, upload_model, predict
52
+ ```
53
+
54
  ### Inference (Prediction)
55
  - **repo_id** 🤗 repo id of the model
56
  - **image_path** path to image