Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.16 KB

File metadata and controls

35 lines (27 loc) · 1.16 KB

🔮 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