Giter Site home page Giter Site logo

heresyrj / neural-style-website Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abdullahalfaraj/neural-style-website

0.0 2.0 0.0 5.25 MB

website implementation that simplify the use of the neural-style application through a graphical user interface (GUI) .

JavaScript 19.01% Shell 0.30% HTML 24.39% CSS 11.05% TypeScript 45.25%

neural-style-website's Introduction

neural-style-website

Dependencies:

  • node

  • Install npm

    sudo npm install npm -g
  • Install typescript

    npm install -g typescript
  • mongoDB

  • neural-style, if you already have the "neural-style" application installed on your machine, then just copy the directory to the "neural-style-website" dir after you have finsihed the "Setup" instructions.

Setup:

  1. Clone the repositiry.

     git clone --recursive https://github.com/AbdullahAlfaraj/neural-style-website

    The recursive option will insure to clone the "neural-style" submodule as well.

  2. Install the packages dependencies through npm

    cd neural-style-website
    npm install
  3. Transpile typescript files to javascript, as long as the command run ignore error messages.

    npm run tsc
  4. run gulp to

    • compile/process scss files to css.
    • move/copy all necessary libs/files to the appropriate directories.
    gulp
  5. lastly, start the server

    bash neural-style-website-up.sh

Usage:

Input:

All images, for the time being, must be placed in the "neural-style-website/public/uploads" directory.

Output:

The result/output images will be stored in the "neural-style-website/public/output" directory.

Settings:

Default neural-style settings are stored in "nerual-style-website/public/default.json" .

Website url:

* Internal access: "localhost:4000/" or "127.0.0.1:4000/"
* external access: "serverip:4000/"

ScreenShots:

#####On page loading:

#####Select multiple styles:

#####Settings section:

#####The log Section

#####Final output

neural-style-website's People

Contributors

abdullahalfaraj avatar

Watchers

 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.