CodingTrain / CodingTrain/Suggestion-Box

TensorFlowJS tutorial: Installing and using Parcel

Open
#1,022 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
570
Forks
85
PR merge metrics
No merged PRs in 30d

Description

Parcel is used for bundling JavaScript files, CSS files, and many other types of files. Instead of using a tag in html for your JavaScript page, you would use an import directly in your JavaScript script like
import * as tf from "@tensorflow/tfjs";
I think Parcel makes a bundle.js file for you to include on any page with your script tag once in your page html then adds all your imported scripts to that file before your code runs for you.
You may have to be using NodeJS to use and configure Parcel yourself, I'm not sure.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.