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.
- Host: GitHub
- URL: https://github.com/bhuvan2018/pic-to-toon
- Owner: bhuvan2018
- License: other
- Created: 2025-02-22T05:35:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-25T19:42:09.000Z (about 1 year ago)
- Last Synced: 2025-05-27T06:54:35.189Z (about 1 year ago)
- Topics: cnn, dockerfile, flet, python
- Language: Python
- Homepage:
- Size: 8.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```