Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vladmandic/anime

Anime Cartoonization
https://github.com/vladmandic/anime

anime cartoon cartoonize tfjs whitebox

Last synced: 2 months ago
JSON representation

Anime Cartoonization

Awesome Lists containing this project

README

        

# Anime Cartoonization

**Live Demo: **


## Implementation

Couple of different implementations of processing:
- Using **TFJS** in browser
Processing using `@tensorflow/tfjs-backend-webgl`
`public/index.html` & `src/anime.ts`
- Using **WebSockets** to send frame data to **NodeJS** backend for processing and receiving data back
Processing using `@tensorflow/tfjs-node-gpu` with **CUDA** acceleration
`public/sockets.html` & `src/anime.ts` client-side
`src/node.ts` server-side


## Screenshot

![Original](assets/me.jpg)
![Processed](assets/out.jpg)


# Credits

- Orignal:
- Port: