Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abuzarmushtaq/tensorflow.js-development-setup
Tensorflow.js + Webpack + Babel + ESLint Development Environment. 🎉😎🚀
https://github.com/abuzarmushtaq/tensorflow.js-development-setup
ai artificial-intelligence bable computer-vision deep-learning eslint javascript machine-learning tensorflow tensorflow-examples tensorflow-experiments tensorflow-js tensorflowjs webpack
Last synced: 26 days ago
JSON representation
Tensorflow.js + Webpack + Babel + ESLint Development Environment. 🎉😎🚀
- Host: GitHub
- URL: https://github.com/abuzarmushtaq/tensorflow.js-development-setup
- Owner: abuzarmushtaq
- Created: 2018-05-16T13:26:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T13:32:42.000Z (over 6 years ago)
- Last Synced: 2024-10-12T03:21:35.051Z (26 days ago)
- Topics: ai, artificial-intelligence, bable, computer-vision, deep-learning, eslint, javascript, machine-learning, tensorflow, tensorflow-examples, tensorflow-experiments, tensorflow-js, tensorflowjs, webpack
- Language: JavaScript
- Homepage:
- Size: 388 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# TensorFlow.js Development Basic Setup
This is the basic setup of TensorFlow.js using:
- [TensorFlow.js](https://js.tensorflow.org/)
- [Webpack](https://webpack.js.org/)
- [Babel](https://babeljs.io/)
- [ESLint](https://eslint.org/)## Commands
First, run `npm install` or `npm i`, then use one of the commands below to start.
- `npm run build`: Run webpack once.
- `npm run build`: Run webpack in watch mode.
- `npm start`: Run webpack once and start webpack-dev-server on port 8000. 👍