Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Tensorflow

Curtis edited this page Mar 9, 2020 · 1 revision

Situation

I wanted to incorporate tensorflow.js into my project.

Problem

Tensorflow.js is meant to be used with web-based JavaScript, not serverside.

Solution

Move all tensorflow.js logic to a file in public to be executed as normal JavaScript

Solution problems

None

Clone this wiki locally