Skip to content

Open collection of all types of diagrams—Mermaid flowcharts, architecture, ML pipelines, and more.

Notifications You must be signed in to change notification settings

CodeByStella/My-Diagrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Diagrams

A collection of technical diagrams (Mermaid) for reference and documentation—ML pipelines, system design, workflows, and more.

ITstar

Diagrams

# Title
1 ML Training Pipeline

Contributing

Adding a diagram

  1. Create a markdown file (e.g. topic-name.md) in this repo.
  2. Use Mermaid inside a fenced code block:
    ```mermaid
    flowchart TD
        A --> B
    ```
    flowchart TD
        A --> B
    
    Loading
  3. Add a short description and notes below the diagram if helpful.
  4. Add a row to the Diagrams table above: | N | Title | [filename.md](filename.md) |.

Style

  • One diagram (or one closely related set) per file.
  • Keep descriptions concise.
  • Use clear, consistent node labels in Mermaid.

Pull requests

  • Open a PR with your new or updated diagram file and a README table entry.
  • Describe what the diagram shows in the PR description.

Recognizing contributors

We use All Contributors to recognize everyone who helps. To add or update a contributor, use the @all-contributors bot in an issue or PR—e.g. @all-contributors please add @username for docs.

Contributors

CodeByStella
Stella Ray

📖
ITstar
ITstar

📖

Releases

No releases published

Packages

 
 
 

Contributors 3

  •  
  •  
  •