Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanjosolutions/image-to-pixel-art

Image to pixel art with OpenCV and Scikit-learn
https://github.com/sanjosolutions/image-to-pixel-art

pixel-art python

Last synced: about 2 months ago
JSON representation

Image to pixel art with OpenCV and Scikit-learn

Awesome Lists containing this project

README

        

## Creating the environment

```sh
conda env create -f environment.yml
```

## Activating the environment

```sh
conda activate image-to-pixel-art
```