Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashot72/ml5-spfx-extension
ml5 (friendly machine learning for the web) SharePoint Framework (SPFx) extension
https://github.com/ashot72/ml5-spfx-extension
binary-classification classification classification-algorithm deep-learning linear-regression logistic-regression ml5 multilinear-regression multinomial-logistic-regression neural-network regression regression-models sharepoint sharepoint-online sigmoid softmax spfx spfx-extension tensorflow tensorflowjs
Last synced: about 4 hours ago
JSON representation
ml5 (friendly machine learning for the web) SharePoint Framework (SPFx) extension
- Host: GitHub
- URL: https://github.com/ashot72/ml5-spfx-extension
- Owner: Ashot72
- Created: 2020-01-31T17:32:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T00:10:02.000Z (over 2 years ago)
- Last Synced: 2023-03-06T12:28:21.464Z (over 1 year ago)
- Topics: binary-classification, classification, classification-algorithm, deep-learning, linear-regression, logistic-regression, ml5, multilinear-regression, multinomial-logistic-regression, neural-network, regression, regression-models, sharepoint, sharepoint-online, sigmoid, softmax, spfx, spfx-extension, tensorflow, tensorflowjs
- Language: TypeScript
- Homepage:
- Size: 2.96 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I built an ml5 SharePoint Framework (SPFx) extension for Classification and Regression Analysis.
[ml5.js](https://ml5js.org/) aims to make machine learning approachable for a broad audience of artists, creative coders, and students. The library provides access to machine learning algorithms and models in the browser, building on top of TensorFlow.js with no other external dependencies.
To get started.
```
Clone the repositorygit clone https://github.com/Ashot72/ml5-spfx-extension.git
cd ml5-spfx-extension# installs dependencies
npm install# creates release package which should be deployed in SharePoint app catalog
npm run deploy-prod
```Go to [ml5 SharePoint Extension (SPFx) Video](https://youtu.be/NbO_ZIVHdus) page
Go to [ml5 SharePoint Extension (SPFx) description](https://ashot72.github.io/ml5-spfx-extension/index.html) page