awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Machine Learning Workflows · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesMachine Learning Workflows

End-to-end processes and sequences of operations required to build, train, and evaluate machine learning models.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Machine Learning Workflows. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Artificial Intelligence & Machine Learning
  4. Machine Learning Workflows

Awesome Machine Learning Workflows GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • tensorflow/models

    tensorflow/models

    77,684GitHubView on GitHub↗

    This repository serves as a centralized collection of state-of-the-art deep learning architectures and reference implementations designed for research and application development. It provides a comprehensive toolkit for computer vision and natural language processing, offering pre-built models and training pipelines fo

    Python
  • keras-team/keras

    keras-team/keras

    63,858GitHubView on GitHub↗

    Keras is a high-level deep learning framework designed for constructing and training neural networks through the composition of modular, functional layers. It serves as a comprehensive modeling toolkit that provides standardized procedures for defining, evaluating, and deploying complex architectures. By utilizing a di

    Pythondata-sciencedeep-learningjax
  • ultralytics/yolov5

    ultralytics/yolov5

    56,830GitHubView on GitHub↗

    YOLOv5 is a comprehensive computer vision framework designed for end-to-end deep learning, specializing in real-time object detection, image classification, and instance segmentation. It provides a unified toolkit that manages the entire lifecycle of a model, from initial dataset configuration and hyperparameter tuning

    Pythoncoremldeep-learningios
  • RVC-Boss/GPT-SoVITS

    RVC-Boss/GPT-SoVITS

    55,111GitHubView on GitHub↗

    GPT-SoVITS is a text-to-speech synthesis engine and voice cloning toolkit designed for generating natural-sounding human speech. It functions as a neural audio processing pipeline that maps input text to high-fidelity audio waveforms, utilizing conditional variational autoencoders and flow-based decoders to ensure expr

    Pythontext-to-speechttsvits

Explore sub-tags

  • Custom Vision TrainingTools and methods for fine-tuning computer vision models on specialized or proprietary datasets.
  • Dataset ConfigurationsStandardized file formats used to define data paths, class labels, and training/validation splits for machine learning models.
  • Deep Learning Best PracticesStandardized patterns for model architecture, training loops, and data pipelines to ensure reproducibility.
  • Model Fine-Tuning
Procedures for adapting pre-trained models to specific datasets or tasks.
  • Training Optimization StrategiesTechniques used to improve training efficiency, such as subsetting or distributed processing.
  • Training and Evaluation PipelinesAutomated workflows for executing model training, epoch iteration, and validation dataset management.