Skip to content

tensorflowchina/workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Guide
===========

Windows
-------
* Download and install Anaconda with Python3
* Download or git clone this repo to a local folder
* Run prepare.bat
* Open jupyter notebook and execute any of your models
* Use convert.bat MODEL_PATH to convert model to TF JS format
* Open convert.sh to convert the model
* python -m SimpleHTTPServer and check localhost:8080 in browser

Linux & Mac
-----------
* git clone this repo
* run prepare.sh
* run any script to generate model
* convert.sh MODEL_PATH to convert model to TFJS format
* python -m SimpleHTTPServer