Skip to content

A deep learning flask webapp to cartoonize any image.

Notifications You must be signed in to change notification settings

vandangorade/Animizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Animizer

A deep learning flask webapp to cartoonize any image.

Results[orginal paper]

alt text

Results[webapp]

alt text

alt text

Architecture

alt text

Built With

  • python
  • Flask
  • Tensorflow
  • Deep learning

Getting Started

This is an example of how you can set up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • python
  • pip
  • virtualenv
pip install python==3.6

pip install virtualenv

Installation

  1. Clone the repo
git clone https://github.com/vandangorade/Animizer.git
  1. Install virtualenv and activate it from your project root.
pip install virtualenv

vitualenv venv

./venv/scripts/activate
  1. Install requirement.txt packages
pip install requirement.txt
  1. Run main.py file
python -u main.py 

Deployment

deployed project using Heroku

webapp: https://animizerv1.herokuapp.com

About

A deep learning flask webapp to cartoonize any image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published