Skip to content

Commit

Permalink
Merge pull request #156 from UBC-MDS/badges
Browse files Browse the repository at this point in the history
Added more badges, PyPi, TestPyPi, ci-cd, and project status
  • Loading branch information
yfan810 authored Feb 3, 2025
2 parents 54c930e + 759498e commit 5f68bd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
[![codecov](https://codecov.io/github/UBC-MDS/ImaGenie/graph/badge.svg?token=Dd6MnDTOH7)](https://codecov.io/github/UBC-MDS/ImaGenie)
![Python version](https://img.shields.io/pypi/pyversions/ImaGenie)
![Last commit](https://img.shields.io/github/last-commit/UBC-MDS/ImaGenie)


[![ci-cd](https://github.com/UBC-MDS/ImaGenie/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/UBC-MDS/ImaGenie/actions/workflows/ci-cd.yml)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![PyPI - Version](https://img.shields.io/pypi/v/imagenie)](https://pypi.org/project/imagenie/)
[![Test PyPI - Version](https://img.shields.io/badge/Test_PiPy-1.5.0-0)](https://test.pypi.org/project/imagenie/)
# ImaGenie

`imagenie` is a Python package for image augmentation and modification, providing a variety of functions to manipulate images for machine learning, computer vision, or creative purposes. Whether you need to flip, scale, convert to grayscale, or blur images, `imagenie` is your one-stop solution for fast and efficient image manipulation.
Expand Down

0 comments on commit 5f68bd8

Please sign in to comment.