Spaces:
Sleeping
Sleeping
File size: 656 Bytes
5091610 d5f4774 b8ee4fc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# zero-to-hero
Create and deploy to production a simple neural network for Computer Vision
# Tools Used
* JAX Library for computing gradients, performing tensor operations and scheming the segmentation model
* Wandb for metrics and training tools
* MLflow for deploying and compiling the model for production
* Gradio for interactive user-experience platform within an online platform (Data-ICMC Website).
# Datasets to consider
* [LabelMe 12 50k](https://www.kaggle.com/datasets/dschettler8845/labelme-12-50k)
* [City-Scapes](https://www.cityscapes-dataset.com/dataset-overview/)
* [CamVid](http://mi.eng.cam.ac.uk/research/projects/VideoRec/CamVid/)
|