An open API service indexing awesome lists of open source software.

https://github.com/bhuvan2018/pic-to-toon

Welcome to Pic-to-Toon! This app lets you transform your photos into delightful cartoons with ease. A user-friendly app built for transforming your photos into delightful cartoons.
https://github.com/bhuvan2018/pic-to-toon

cnn dockerfile flet python

Last synced: 4 months ago
JSON representation

Welcome to Pic-to-Toon! This app lets you transform your photos into delightful cartoons with ease. A user-friendly app built for transforming your photos into delightful cartoons.

Awesome Lists containing this project

README

          

# Pic-to-Toon

## Installation

### Application tested on:

- python 3.7
- tensorflow 2.1.0
- tf_slim 1.1.0
- ffmpeg 3.4.8
- Cuda version 10.1
- OS: Linux (Ubuntu 18.04)

### Using `virtualenv`

1. Make a virtual environment using `virutalenv` and activate it
```
virtualenv -p python3 cartoonize
source cartoonize/bin/activate
```
2. Install python dependencies
```
pip install -r requirements.txt
```
3. Run the webapp. Be sure to set the appropriate values in `config.yaml` file before running the application.
```
python app.py
```