Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 repository

git 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