The Quick Draw Dataset is a collection of 50 million drawings across 345 categories, contributed by players of the game Quick, Draw!. The drawings were captured as timestamped vectors, tagged with metadata including what the player was asked to draw and in which country the player was located. You can browse the recognized drawings on quickdraw.withgoogle.com/data.
Dataset: quickdraw dataset
Note: Trained for only 10 labels
class_names = { 0: 'ant', 1: 'bird', 2: 'crown', 3: 'envelope', 4: 'face', 5: 'fish', 6: 'flower', 7: 'house', 8: 'star', 9: 'sun' }
You can install Conda, django and django REST for python which resolves all the dependencies for machine learning. or,
pip install -r requirements.txt
- Convolutional Neural Network
- Django and Django REST framework powered backend
- Clone the repo
- Install the pre requities libraries
- On directory containing
manage.py
run
>>> python manage.py makemigrations
>>> python manage.py migrate
- Create super user by running
>>> python manage.py createsuperuser
provide the details.
- Run
>>> python manage.py runserver
- Visit
http://127.0.0.1:8000/admin
provide credentials for super user - Populate
Label
table with relavant details about the trained labels.(.svg images) - Visit
http://127.0.0.1:8000/
Raised issues are greatly appreciated.
©️ Avishka Dambawinna __@2zunu