Git Product home page Git Product logo

pytorch-scholarship-challenge-2018's Introduction

PyTorch Udacity Showcase

Github page for PyTorch Udacity album showcase

Adding new artwork

Fork the repository

Fork this repository on https://github.com/SamuelCahyawijaya/samuelcahyawijaya.github.io

Add new artwork metadata

Modify data.json adding new element into the top-level array

    {
        "title" : "<Title>",
        "author" : "<Author>",
        "country" : "<Country>",
        "content" : {
            "image" : "<Content Image URL>",
            "caption" : "<Content Image Caption>"
        },
        "style" : {
            "image" : "<Style Image URL>",
            "caption" : "<Style Image Caption>"
        },
        "fuse" : {
            "image" : "<Result Image URL>",
            "caption" : "<Result Image Caption>"
        }
    }

If you can't provide a publicly available image url, you can add your image to ./images folder and use relative path on the image field as shown in the example below

{
    "title" : "Apocalypse",
    "author" : "Samuel",
    "country" : "Indonesia",
    "content" : {
        "image" : "./images/c7.png",
        "caption" : "Venice"
    },
    "style" : {
        "image" : "./images/s7.jpg",
        "caption" : "Scream - Edvard Munch"
    },
    "fuse" : {
        "image" : "./images/r7.png",
        "caption" : "Is this the end?"
    }
}

Notes : Please use JPG image and resize the image properly with maximum image size at most 800kB in order to maintain the size of the repository to be as small as possible.

Send pull request

Commit & push your change and then send a pull request

Wait for the approval

I will try to approve all the pull requests within 24 hours. Just ping me on Slack if I haven't approved the pull request.

pytorch-scholarship-challenge-2018's People

Contributors

samuelcahyawijaya avatar alikerin avatar asiedubrempong avatar momothepikachu avatar

Stargazers

shizhediao avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.