Qoorb/CoPainter

2

stars

38

commits

Python

primary language

Nov 29, 2024

updated

README

Co-Painter

Description

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.

Getting Started

1. Clone the repository, go to the project folder

git@github.com:Qoorb/CoPainter.git

2. Create virtual environment venv

python -m venv .venv

3. Activate virtual environment

Windows:

.venv\Scripts\activate

Linux/MacOS:

source .venv/bin/activate

4. Install required dependencies

pip install -r requirements.txt

5. Create an images folder for saving your doodles

mkdir PROJECT_PATH/images

6. Run the run.py file

python run.py

TODO

  • test params
  • fix draw/pen

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Contributors

Qoorb

34 commits

olphi

4 commits

Qoorb/CoPainter

2

stars

38

commits

Python

primary language

Nov 29, 2024

updated

README

Co-Painter

Description

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.

Getting Started

1. Clone the repository, go to the project folder

git@github.com:Qoorb/CoPainter.git

2. Create virtual environment venv

python -m venv .venv

3. Activate virtual environment

Windows:

.venv\Scripts\activate

Linux/MacOS:

source .venv/bin/activate

4. Install required dependencies

pip install -r requirements.txt

5. Create an images folder for saving your doodles

mkdir PROJECT_PATH/images

6. Run the run.py file

python run.py

TODO

  • test params
  • fix draw/pen

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Contributors

Qoorb

34 commits

olphi

4 commits

Languages

Python

100.0%