What would you say if I told you there is a sketch plugin on the market that tell you if your sketch layer is a hotdog or not a hotdog. It is very good and I do not want to work on it any more. You can hire someone else.
You can read about it here: https://blog.sketchapp.com/not-a-hotdog-how-to-build-an-ai-powered-plugin-for-sketch-463ea43c9464.
Requires Sketch 49+ and macOS 10.13+
- Download the latest release of the plugin
- Un-zip
- Double-click on hotdog.sketchplugin
- Select an image layer
- Click on
Plugins > Is it a 🌭?
This plugin was created using skpm
. For a detailed explanation on how things work, checkout the skpm Readme.
Install the dependencies
pip install turicreate
npm install
Once the installation is done, you can run some commands inside the project folder:
# download the datasets of images
npm run download-datasets
# train the model
npm run train-model
# build the sketch plugin
npm run build
To watch for changes:
npm run watch
Additionally, if you wish to run the plugin every time it is built:
npm run start