Skip to content

rizafahmi/beginner-tensorflowjs-examples-in-javascript

 
 

Repository files navigation

beginner-tensorflowjs-examples-in-javascript

For anyone who knows a bit of Javascript and wants to know some Machine Learning

Created March 31, 2028

All information on the website at

https://hpssjellis.github.io/beginner-tensorflowjs-examples-in-javascript/

Note: The config.xml file is used to load https://build.phonegap.com/apps to auto generate Android ($IOS and WIN) Mobile Apps

Note to self: When installing any tensorflowjs repository on cloud9 http://c9.io These steps work to generate a working dist folder

  1. Open terminal in the demo folder you want to compile
  2. nvm install 8
  3. npm install
  4. npm run build

Supposedly this should work but I always seem to have issues with it

  1. In the main folder
  2. nvm install 8
  3. npm install yarn
  4. Open terminal in the demo folder you want to compile
  5. nvm install 8
  6. yarn
  7. yarn build

About

For anyone who knows a bit of Javascript and wants to know some Machine Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.7%
  • JavaScript 21.1%
  • Other 1.2%