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

https://github.com/sinclairzx81/neuron-encode

Encode and approximate images in neural networks.
https://github.com/sinclairzx81/neuron-encode

encoder experiments imaging neural-network

Last synced: 10 months ago
JSON representation

Encode and approximate images in neural networks.

Awesome Lists containing this project

README

          

# neuron-encode

This [demo](https://sinclairzx81.github.io/neuron-encode/) uses a neural network to encode left and right images, giving an approximation function f(x, y, z) -> (r, g, b).

![example](/dist/images/example.gif)

# to build

```
clone repository
npm install
npm start

visit: http://localhost:5000
```