Skip to content

yining1023/ml5_KNN_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

KNN Image Classifier Tutorial

Standalone ml5.js KNN Image Classifier Example

Usage

Clone or download this repository:

git clone https://github.com/cvalenzuela/ml5_KNN_example.git

Change directory into /KNNImageClassification/

You will need a server to run this example. An easy way of running a server is using python.

Open your terminal window and type:

python -m SimpleHTTPServer

If you see an error similar to

No module named SimpleHTTPServer

It means you have python3. Try with:

python -m http.server

About

ml5 KNN Example for Eyebeam

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages