This project uses a Cycle GAN model with identity loss to translate natural images into Vang Gogf-style images.
|
These are the outputs samples from the model along with the inputs.
- Clone the repository: bash
https://github.com/mahathibodela/Photo_to_VangGogh_style_converterr.git
- Install the required dependencies:
pip install -r requirements.txt
Download the pretrained model from this link for Vang Gogf's style
- Visit my Application.
- On the Home page upload the image
- Click on generate image button
Datasets used are Vang Gogf images, Real images
To look for the training references look up for the code
directory and the jupyter notebooks in training_notebooks
directory.