Skip to content

Releases: Akhan521/Neural-Style-Transfer

Polished Release

Choose a tag to compare

@Akhan521 Akhan521 released this 11 Apr 06:11
29ca9f1

Release v1.0.1 - Latest Release

This release introduces a polished version of the NST application for Windows, as a finalized, standalone executable. The application also includes a custom icon for both the executable and the window title bar.

What’s New

  • Windowed Application: The console window no longer appears when running the application, providing a cleaner user experience.
  • Custom Icon: Added a custom icon for the application window (visible in the title bar).

How to Use

  1. Download the app.exe file from the assets below.
  2. Double-click app.exe to launch the application and wait a few seconds.
  3. Done!

System Requirements

  • Operating System: Windows 10 or later (this executable is Windows-only).
  • Dependencies: All required dependencies (PyQt6, PyTorch, etc.) are bundled in the executable, so no additional installation is needed.
  • Hardware: A GPU is recommended for faster and higher quality style transfer, but the application will work on CPU as well (slower).

Feedback

If you encounter any issues or have suggestions, please open an issue on the GitHub repository.

Thank you for using Neural Style Transfer! 🎨

Initial Release

Choose a tag to compare

@Akhan521 Akhan521 released this 31 Mar 04:46

v1.0.0 - Initial Release

This is the first release of my Neural Style Transfer app, a PyQt6 application that transforms your photos into works of art using a pre-trained VGG19 model and PyTorch.

Features

  • Load content and style images.
  • Adjust style and content weights.
  • Generate and save stylized images.
  • Dark theme UI.

How to Use

  1. Download the executable below (app.exe for Windows).
  2. Double-click the executable to run the app.
  3. Load a content image and a style image.
  4. Click "Run Style Transfer" to generate the stylized image.
  5. Save the result using "Save Stylized Image".

Assets

  • app.exe: Windows executable