It is built on Django. It consists of the following Utilities-
-
Login and Signup.
-
Select a File that you wish to upload -OR-
Draw a Doodle by clicking on the button. It will open a Paint-like Window for you to draw.
-
Select the Style you want your Image to be painted in.
-
Click on submit and LET THE MAGIC HAPPEN!
- Django==2.2.0
- keras==2.2.4
- matplotlib==3.0.3
- Tensorflow==1.8.0(CPU OR GPU version)
- Tkinter
The model used is VGG16 for the purpose of Style-Transfer. Reason being, It is relatively simpler, computationally less expensive and provides decent results.
This utility package allows you to create Canvas and edit them. I have built a Custom class using basic Event handling that allows you to draw on a canvas and -Paint with a Brush -Draw with a Pencil -Use Eraser -Increase and decrease Brush Stroke Width -Choose Colors -Save your Doodle
The Website is based solely on Django. The Templates are made with -html -css -javascript -bootstrap The Link of the Website Would be added here SOON!
Style-Transfered File
Transition over the iterations