react-tensorflow:用于React.js的Tensorflow挂钩

时间:2024-05-03 23:12:58
【文件属性】:

文件名称:react-tensorflow:用于React.js的Tensorflow挂钩

文件大小:473KB

文件格式:ZIP

更新时间:2024-05-03 23:12:58

react hooks typescript reactjs tensorflow

React-Tensorflow 一个用Typescript编写的React钩子和HOC库,可在您的应用程序中使用Tensorflow模型! :robot: :brain: 安装 yarn add react-tensorflow npm i react-tensorflow -S 对等依赖 > = 16.8.0 > = 2.0.0 基本用法 import { useModel } from 'react-tensorflow' const MyModelComponent = ( ) => { const model = useModel ( { modelUrl : ` ${ PATH_TO_MODEL } ` } ) // ...do something with the model return null } 原料药 useModel useModel ( { model ?:


【文件预览】:
react-tensorflow-master
----__test__()
--------globalSetup.ts(116B)
--------codeConform.test.ts(424B)
----.eslintrc(1KB)
----rollup.config.js(990B)
----.github()
--------ISSUE_TEMPLATE.md(1KB)
--------PULL_REQUEST_TEMPLATE.md(2KB)
--------workflows()
--------CHANGELOG.md(2KB)
----yarn.lock(344KB)
----.prettierignore(1KB)
----src()
--------references()
--------index.ts(475B)
--------components()
--------helpers()
--------types()
--------hooks()
----.vscode()
--------settings.json(56B)
----scripts()
--------postbuild.js(317B)
----babel.config.json(253B)
----example()
--------.eslintrc(990B)
--------postcss.config.js(80B)
--------public()
--------yarn.lock(330KB)
--------.prettierignore(1KB)
--------src()
--------babel.config.js(498B)
--------tsconfig.json(935B)
--------.prettierrc(23B)
--------webpack()
--------.gitignore(1KB)
--------server()
--------package.json(3KB)
----tsconfig.json(840B)
----LICENSE(1KB)
----jest.config.js(531B)
----.prettierrc(23B)
----__mocks__()
--------@tensorflow()
----README.md(7KB)
----.gitignore(1KB)
----package.json(3KB)

网友评论