Releases: Akhan521/Neural-Style-Transfer
Releases · Akhan521/Neural-Style-Transfer
Release list
Polished Release
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
- Download the
app.exefile from the assets below. - Double-click
app.exeto launch the application and wait a few seconds. - 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
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
- Download the executable below (
app.exefor Windows). - Double-click the executable to run the app.
- Load a content image and a style image.
- Click "Run Style Transfer" to generate the stylized image.
- Save the result using "Save Stylized Image".
Assets
app.exe: Windows executable