This is a project to take a limited pallet of an online drawing application and try to replicate an image downloaded from bing.
- Download and install Anaconda
- In the project folder run
conda env create -f conda_env.yml
conda activate mad
python main.py
This project is mostly inspired by this reddit post and the code that was posted there.