Skip to content

Commit

Permalink
Merge pull request #24 from valentingol/dev
Browse files Browse the repository at this point in the history
🔀 Add working badges/workflows
  • Loading branch information
valentingol authored Jun 9, 2022
2 parents 0b00784 + 3fcc28c commit bcbe537
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/flake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:
python-version: "3.10"
- name: flake8
uses: py-actions/flake8@v2
with:
label: flake8
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Face editing with Style GAN 2 and facial segmentation (Ceteris Paribus Face Challenge Intercentrales 2022)

![License](https://img.shields.io/github/license/valentingol/gan-face-editing?color=brightgreen)
![pycodestyle](https://github.com/valentingol/gan-face-editing/actions/workflows/pycodestyle.yaml/badge.svg)
![flake](https://github.com/valentingol/gan-face-editing/actions/workflows/flake.yaml/badge.svg)
[![License](https://img.shields.io/github/license/valentingol/gan-face-editing?color=brightgreen)](https://stringfixer.com/fr/MIT_license)
[![Pycodestyle](https://github.com/valentingol/gan-face-editing/actions/workflows/pycodestyle.yaml/badge.svg)](https://github.com/valentingol/gan-face-editing/actions/workflows/pycodestyle.yaml)
[![Flake8](https://github.com/valentingol/gan-face-editing/actions/workflows/flake.yaml/badge.svg)](https://github.com/valentingol/gan-face-editing/actions/workflows/flake.yaml)

Repository of Inter-Centrales 2022 AI competition: Ceteris Paribus Face Challenge: [site of the competition](https://transfer-learning.org/competition.html).

Expand Down

0 comments on commit bcbe537

Please sign in to comment.