Skip to content

dpoerschke/demo-imageDetectionWithTensorflowJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detecting images with Tensorflow.js

About

This is a demonstration of image recognition by machine learning with Tensorflow.js. Pre-trained models are used, which are freely available:

Image recognition takes place directly in the browser, no cloud-based AI is used. Required libraries are integrated in this demo via CDN. Of course these libraries can also be integrated directly into the project to get offline capability.

Setup

  1. Type 'npm install' to install http-server
  2. Type 'http-server' to start http-server
  3. Open your browser and go to: http://localhost:8080

Picture

The picture in this demo was published under the unsplashed license by <title>unsplash-logo</title>Michael Daugherty

About

Image detection and location with tensorflow.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages