Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roqayamourad/images-blender
Transfer one image style using another image
https://github.com/roqayamourad/images-blender
Last synced: about 1 month ago
JSON representation
Transfer one image style using another image
- Host: GitHub
- URL: https://github.com/roqayamourad/images-blender
- Owner: RoqayaMourad
- Created: 2024-05-15T01:35:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T13:00:12.000Z (9 months ago)
- Last Synced: 2024-05-15T19:50:30.921Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Image Style Transfer Web App
A web application built with Flask for performing image style transfer using a pre-trained model from TensorFlow Hub. Users can upload a content image and a style image, and the application will generate a stylized image that merges the styles of both images.
## Features
- Upload content and style images.
- Perform image style transfer.
- View the generated stylized image.## Prerequisites
- Python 3.x
- TensorFlow
- Flask
- TensorFlow Hub
- NumPy
- Pillow (PIL)## Installation
1. Clone the repository:
`git clone https://github.com/yourusername/image-style-transfer.git`2. Navigate to the project directory:
`cd Images-Blender`3. Install the required dependencies:
`pip install -r requirements.txt`4. Run the Flask application:
`python app.py`