Simple webUi to use Opencv to manipulate Image in order to prepare for pen drawing table!
SETUP
-
clone the repository
-
create local environment:
pip install virtualenvvirtualenv venvOn Windows:
venv\Scripts\activateOn macOS and Linux:
source venv/bin/activate -
pip install -r requirements.txt -
python app.py