Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,2 +1,9 @@
|
|
| 1 |
# zero-to-hero
|
| 2 |
Create and deploy to production a simple neural network for Computer Vision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# zero-to-hero
|
| 2 |
Create and deploy to production a simple neural network for Computer Vision
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
# Tools Used
|
| 6 |
+
* JAX Library for computing gradients, performing tensor operations and scheming the segmentation model
|
| 7 |
+
* Wandb for metrics and training tools
|
| 8 |
+
* MLflow for deploying and compiling the model for production
|
| 9 |
+
* Gradio for interactive user-experience platform within a online platform (Data-ICMC Website).
|