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 1 month 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: 2025-02-10T15:16:38.081Z (3 months ago)
- Topics: pixel-art, python
- Language: Python
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- 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
```