Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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. 🎉😎🚀

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. 👍