An automated MLOps workflow for CIFAR-10 dataset classification using ClearML
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This project automates the process of managing a dataset, training and evaluating a convolutional neural network (CNN) on the CIFAR-10 dataset using ClearML. It encompasses the complete MLOps lifecycle from data preprocessing to model training, evaluation, and logging of metrics and outputs for efficient tracking and analysis.
Follow the instructions in this document to run steps remotely: Remote Execution
Follow the instructions in this document to run steps locally: Local Execution
Use this pipeline to kickstart your project with basic image classification. You may experiment with different preprocessing techniques, or integrate additional steps into the pipeline as needed.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Gitarth Vaishnav - @GitarthVaishnav
Email: [email protected] | [email protected]
Github Link: @GitarthVaishnav
Project Link: https://github.com/GitarthVaishnav/First_MLOPS_Pipeline