Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sanjosolutions/image-to-pixel-art
- Owner: SanjoSolutions
- License: other
- Created: 2023-08-22T21:47:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T21:47:46.000Z (over 1 year ago)
- Last Synced: 2024-05-01T19:25:49.775Z (9 months ago)
- Topics: pixel-art, python
- Language: Python
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```