├── LICENSE ├── README.md ├── pic2pix.py ├── requirements.txt └── todo.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BobDev94/Pic2Pix/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BobDev94/Pic2Pix/HEAD/README.md -------------------------------------------------------------------------------- /pic2pix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BobDev94/Pic2Pix/HEAD/pic2pix.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | Pillow==8.4.0 2 | numpy==1.21.4 3 | -------------------------------------------------------------------------------- /todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BobDev94/Pic2Pix/HEAD/todo.txt --------------------------------------------------------------------------------