Co-painter ― This is a study project. This is a simple drawing application where you can draw anything you want, and the neural network completes the scribbles into a complete picture.
git@github.com:Qoorb/CoPainter.git
python -m venv .venv
.venv\Scripts\activate
source .venv/bin/activate
pip install -r requirements.txt
images folder for saving your doodlesmkdir PROJECT_PATH/images
run.py filepython run.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Python
100.0%
Co-painter ― This is a study project. This is a simple drawing application where you can draw anything you want, and the neural network completes the scribbles into a complete picture.
git@github.com:Qoorb/CoPainter.git
python -m venv .venv
.venv\Scripts\activate
source .venv/bin/activate
pip install -r requirements.txt
images folder for saving your doodlesmkdir PROJECT_PATH/images
run.py filepython run.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Python
100.0%