- Python
- Keras
- h5py
- matplotlib
- numpy
- open-cv
- pandas
- scikit-learn
- scipy etc.
Steps:
- dataLoad.py - Loads the training data
- trainModel.py - Trains the model on the loaded data. The data consists of 15 classes in .npy format. Additional classes can be added in .npy format from the QuickDraw Dataset.
- quickDrawApp.py - OpenCV app where webcam is used to capture input and predict sketches in real time.