Skip to content

Training a neural network using TensorFlow and Python, then running it in the browser using TensorFlow.js.

Notifications You must be signed in to change notification settings

MendezJesus/python_to_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

python_to_web

Open In Colab


This notebook contains an example of training a neural network using TensorFlow and Python, then running it in the browser using TensorFlow.js.

This notebook provides example code to do the following:

  1. Train a neural network using Python to classify flowers
  2. Save the model to disk
  3. Convert the model to TensorFlow.js format
  4. Create a webpage using a minimum amount of HTML and JavaScript to run the model
  5. Serve the webpage from this notebook (instructions are also provided to serve the page locally)
  6. Upload images through the UI and classify them with the model

About

Training a neural network using TensorFlow and Python, then running it in the browser using TensorFlow.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published