lenet_mnist / README.md
rzimmerdev's picture
Update README.md
c44c7c9 unverified
|
raw
history blame
1.63 kB

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

References

First Model

The first model available and deployed considers a simple 2D image, taken from the MNIST Dataset. Refeer to High-Performance Neural Networks for Visual Object Classification for further details on the dataset.

The CI/CD process will use the default Github pipeline using the available Github Actions features. The training process will use the MLFLow framework, to cather and track the necessary metrics and log accordingly. Refeer to the docs for further details.