Skip to content

🔮 Github action to apply neural style transfer on image and generate result as artifact

License

Notifications You must be signed in to change notification settings

Akshay090/github-action-neural-style-transfer

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔮 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

About

🔮 Github action to apply neural style transfer on image and generate result as artifact

Resources

License

Stars

Watchers

Forks

Packages

No packages published