Skip to content

Neural Style transfer github action

Actions
Applies neural style transfer on image and generate result as artifact
v1.0
Latest
Star (0)

🔮 GitHub Action for Neural Style Transfer on Images

Actions Status

Usage

Example usage of action in your workflow

Example workflow

name: My Workflow
on: [push, pull_request]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: Run action
      uses: Akshay090/github-action-neural-style-transfer@master
      with:
        path: tests/sample_image.jpg
    - uses: actions/upload-artifact@v1
      with:
        name: styled_image
        path: styled_output

Inputs

Input Description
path Path to text file to be summarized

Neural Style transfer github action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Applies neural style transfer on image and generate result as artifact
v1.0
Latest

Neural Style transfer github action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.