Skip to content

dkguo/classification-web-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Classification + X

See this example live!

This is a template website to host a TensorFlow JS (TFJS) version of image classification models online.

To host your own classification + X website:

  • Copy this repository to your own repository
  • Place the TFJS model JSON and shards to the model_tfjs/ folder
  • Open model_tfjs/model.json and replace instances of "Functional" with "Model"
  • Overwrite the CLASSES_NAMES list in index.js
  • Make sure the image normalization steps in index.js is the same as training
  • Modify index.html as desired
  • Host on GitHub Pages

Learn more about exporting models from TensorFlow to TFJS here.

See more TFJS examples here.

About

CMU AI Scholar 2023 Project Website Template: Classification Plus X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 47.6%
  • CSS 45.8%
  • JavaScript 6.3%
  • HTML 0.3%