Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`