rzimmerdev commited on
Commit
d5f4774
·
unverified ·
1 Parent(s): 5091610

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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).