You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.