Creating an angular webapp to draw an image and to guess that image using a convoluted neural network[CNN] model for image processing of the created dataset.
https://github.com/aditinikam/Quick-Draw.git
cd Quick-Draw
conda env create -f environment.yml
conda activate craft
pip install -r requirements.txt
Creating Angular Project
ng new new-projectname
cd new-projectname
Executing Angular Project
ng serve -open
For cmd : set FLASK_APP=flask_app_name.py
For powershell : env:FLASK_APP= "hello.py"
For terminal : export FLASK_APP='flask_app_name.py'
flask run