This project leverages deep learning techniques to perform style transfer on images. By using neural networks, the project allows you to apply the artistic style of one image to the content of another, creating a unique blend of both.
To set up this style transfer project on your local machine, follow the steps below:
git clone https://github.com/username/style-transfer.git
cd style-transfer
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
To start the style transfer application, use the following command:
python style_transfer.py --content_image --style_image