Skip to content

Commit

Permalink
Added badges in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swarajpande5 authored Apr 11, 2023
1 parent 0be5994 commit 24091d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-run.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build-Pipeline
name: Pipeline-Run
on: [push]
jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Generalized GAN Pipeline
[![Pipeline-Run](https://github.com/swarajpande4/generalized-gan-pipeline/workflows/Pipeline-Run/badge.svg)](https://github.com/swarajpande4/generalized-gan-pipeline/actions?query=workflow%3APipeline-Run)
[![Publish-Image](https://github.com/swarajpande4/generalized-gan-pipeline/workflows/Publish-Image/badge.svg)](https://github.com/swarajpande4/generalized-gan-pipeline/actions?query=workflow%3APublish-Image)
[![Release](https://img.shields.io/github/v/release/swarajpande4/generalized-gan-pipeline)]() \
An ML / MLOps project implementing a streamlined system design for a train-test-deploy pipeline for various types of GANs (Generative Adversarial Networks). This project uses DVC for internal pipelining and GitHub Actions to enable CI/CD for the trained and tested models.

DAGsHub Link (for experimentation and pipelining): [Click Here!](https://dagshub.com/swarajpande4/generalized-gan-pipeline)
Expand Down

0 comments on commit 24091d9

Please sign in to comment.