Generate pixel-style avatars with python.
- Clone the project:
git clone https://github.com/theodorecooper/face2pixel
- install requirements:
pip install -m requirements.txt
- Put pictures(*.jpg) to
imgs/
folder - run the
main.py
, the output images will be stored inoutput/
(*.png).
python main.py
- opencv-python
- numpy
- tqdm
- glob
- Python 3.9.6
- Tiler: https://github.com/nuno-faria/tiler