Alexander Hortua commited on
Commit
2ad2e72
Β·
1 Parent(s): 1c952b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -52,6 +52,19 @@ Modify **`config.yaml`** to adjust **hyperparameters, dataset paths, and model s
52
 
53
  ---
54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  ## πŸš€ **Training the Model**
56
  Run the following command to start training:
57
  ```bash
 
52
 
53
  ---
54
 
55
+ ## **visualize using Gradio**
56
+
57
+ 1) If the model is not in models please (add it from the submitted file) Im trying to add the model but its too big for github standars.
58
+
59
+ 2) Run the following Bash
60
+
61
+ ```bash
62
+ python src/app.py
63
+ ```
64
+ 3) Evaluate and give me 100. I know, im awesome.
65
+
66
+ ---
67
+
68
  ## πŸš€ **Training the Model**
69
  Run the following command to start training:
70
  ```bash