Want to test your drawing skills? See if my neural network can guess what you are drawing!
This model has been trained on Google's QuickDraw dataset to recognize hand-drawn doodles
The CNN can recognize 15 different types of drawings:
Banana
Bandage
Book
Cake
Camera
Cell Phone
Face
Hamburger
Pizza
Sailboat
Sheep
Star
Sword
Television
Effiel Tower
- Clone the repository:
$ git clone https://github.com/Shynee1/ImageGuesser.git $ cd ImageGuesser
- Install dependencies:
$ pip install -r requirements.txt
- Load dataset:
$ python load_data.py
- Train model:
$ python model.py
- Run program
$ python draw.py
This project was made as my final project for Brown University's summer AI program.