/Stylo

A Java GUI app made using Swing that implements Neural Style Transfer.

Primary LanguageJava

Stylo

GitHub contributors Generic badge

A Java GUI app made using Swing that implements Neural Style Transfer.

It also uses the DeepAI Fast Style Transfer API for style transfer.

Read more about DeepAI API here.

Dependencies

  • DeepAI account for API key
  • Java JDK 11.0.3

Download

Download the JAR file for Windows, Linux and macOS here

Usage

Run the following commands to create the executable JAR file

$ javac mainActivity.java
$ jar cfe Stylo.jar mainActivity *.class

Make sure that you include the external JAR files before compiling your application.

Screenshots

Main Screen

Main screen

Content Image

Content

Style Image

Style

Output Screen

Output

Contributors

  1. atharva18