rahul-jha98 / Artistify.ai

Web-app to generate artistically styled images generated using Style Transfer Model running in the browser.

Home Page:https://rahul-jha98.github.io/Artistify.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Web-app to convert your images into art

About

Artistify.ai is a web-app that implements neural style transfer right in your browser. At its very core it is a tensorflow.js model that implements neural style transfer. So, like any other neural style transfer based model it takes a content image and a style image and returns a content image that is drawn following the style of style image. So, with an art piece as style image we can convert a normal content image into an its artistified version.

Then useing React.js and following Google's material-design guidelines, it provides an easy to use and polished interface to interact with the model and use it as a full fledged web-app.

Checkout the website live at : https://rahul-jha98.github.io/Artistify.ai/

Some screenshots

Home screen

Screenshot Home

Lite Version

Screenshot Lite

Pro Version

Screenshot Pro

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

Web-app to generate artistically styled images generated using Style Transfer Model running in the browser.

https://rahul-jha98.github.io/Artistify.ai/

License:MIT License


Languages

Language:JavaScript 98.9%Language:CSS 0.6%Language:HTML 0.5%