Skip to content

AI augmented web based painting tool, submitted for the Pytorch Summer Hackathon 2020

Notifications You must be signed in to change notification settings

keerthan2/pAInt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pAInt

homepage

About

  • Built with Pytorch for Pytorch Summer Hackathon 2020, pAInt can be called as an AI augmented painting tool.
  • The user can sketch anything he/she wants and let AI complete the art with best in class Artistic style transfers and styling with a custom image
  • The experience also involves a gallery consisting of some of the art completed by fellow artists and a cart that allows the user to simply download artwork from the application
  • Uses Pix2Pix model for image to image translation and Bicycle GAN and Cycle GAN to generate diffrent variations of the synthesised image. Neural Style transfer was used to give a customized artistic touch for the final output.
  • Includes a canvas forked from JS Paint which resembles MS Paint from the windows 90s era.
  • The app was built with a typescript backend and a VueJS front end. The Typescript backend calls Python scripts that handles the ML tasks with Pytorch.
  • The repo contains two folders /paint/ and /paint-frontend/. These contain the code for backend and frontend respectively.
  • The backend uses the folder /paint/wwwroot/ as the public or static directory and this is the place where the compiled distribution files of the frontend are placed.
  • You may find the codes of Deep Learning models used within /paint/ml/ directory.
  • You may find the modified code of JS Paint within the repo at /paint/wwwroot/paint/.

DEMO video

The site is currently down. So you cannot try the web application by yourself. But however, you can watch this youtube video which shows our DEMO of the application.

Pre-trained checkpoints

Usage

Authors

About

AI augmented web based painting tool, submitted for the Pytorch Summer Hackathon 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published