Skip to content

haricane8133/pAInt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pAInt

About

  • Built with Pytorch for Pytorch Summer Hackathon 2020, pAInt can be called as an AI augmented painting tool.
  • Includes a canvas forked from JS Paint which resembles MS Paint from the windows 90s era.
  • 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
  • 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 modified code of JS Paint within the repo at /paint/wwwroot/paint/.
  • You may find ML based stuff and user files within /paint/ml/ directory
  • The video demo can be found at this link

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

 
 
 

Contributors