We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0b6ec commit 919181fCopy full SHA for 919181f
README.md
@@ -31,7 +31,11 @@ or
31
npm install ml-classifier-ui
32
```
33
34
-### Quick Start
+### Quick Start (Code Sandbox)
35
+
36
+You can fork a live running version at [codesandbox.io](https://codesandbox.io/s/218po5mzxn).
37
38
+### Quick Start (Running locally)
39
40
Start by instantiating a new MLClassifierUI.
41
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ml-classifier-ui",
3
"repository": "https://github.com/thekevinscott/ml-classifier-ui",
4
- "version": "0.4.3",
+ "version": "0.4.4",
5
"homepage": "https://thekevinscott.github.io/ml-classifier-ui/",
6
"description": "A package for creating image-based machine learning models",
7
"main": "dist/index.js",
0 commit comments