Skip to content

Commit 45fda91

Browse files
authored
Merge branch 'main' into posenet-examples
2 parents d1fcb19 + ed32afb commit 45fda91

File tree

40 files changed

+76
-195
lines changed

40 files changed

+76
-195
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"login": "ellennickles",
8686
"name": "Ellen Nickles",
8787
"avatar_url": "https://avatars2.githubusercontent.com/u/31713501?v=4",
88-
"profile": "https://ellennickles.site/",
88+
"profile": "https://github.com/ellennickles/",
8989
"contributions": [
9090
"blog",
9191
"content",

.github/workflows/main.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
1-
name: reviewdog
2-
on: [pull_request]
3-
jobs:
4-
eslint:
5-
name: runner / eslint
6-
runs-on: ubuntu-latest
7-
steps:
8-
- uses: actions/checkout@v1
9-
- name: eslint
10-
uses: reviewdog/action-eslint@v1
11-
with:
12-
github_token: ${{ secrets.github_token }}
13-
reporter: github-pr-review # Change reporter.

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 102 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can find a collection of standalone examples in this repository within the `
7878
These examples are meant to serve as an introduction to the library and machine learning concepts.
7979

8080
## Code of Conduct
81-
We believe in a friendly internet and community as much as we do in building friendly machine learning for the web. Please refer to our [CODE OF CONDUCT](CODE_OF_CONDUCT.md) for our rules for interacting with ml5 as a developer, contributor, or user.
81+
We believe in a friendly internet and community as much as we do in building friendly machine learning for the web. Please refer to our [Code of Conduct](https://github.com/ml5js/Code-of-Conduct/) for our rules for interacting with ml5 as a developer, contributor, or as a person using the library.
8282

8383
## Contributing
8484
Want to be a **contributor 🏗 to the ml5.js library**? If yes and you're interested to submit new features, fix bugs, or help develop the ml5.js ecosystem, please go to our [CONTRIBUTING](CONTRIBUTING.md) documentation to get started.
@@ -106,7 +106,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
106106
<td align="center"><a href="http://www.hannahishere.com"><img src="https://avatars0.githubusercontent.com/u/1385308?v=4" width="100px;" alt=""/><br /><sub><b>Hannah Davis</b></sub></a><br /><a href="https://github.com/ml5js/ml5-library/commits?author=handav" title="Code">💻</a> <a href="#example-handav" title="Examples">💡</a></td>
107107
<td align="center"><a href="https://jk-lee.com/"><img src="https://avatars1.githubusercontent.com/u/3622055?v=4" width="100px;" alt=""/><br /><sub><b>Joey Lee</b></sub></a><br /><a href="https://github.com/ml5js/ml5-library/commits?author=joeyklee" title="Code">💻</a> <a href="#example-joeyklee" title="Examples">💡</a> <a href="https://github.com/ml5js/ml5-library/pulls?q=is%3Apr+reviewed-by%3Ajoeyklee" title="Reviewed Pull Requests">👀</a> <a href="#content-joeyklee" title="Content">🖋</a> <a href="https://github.com/ml5js/ml5-library/commits?author=joeyklee" title="Tests">⚠️</a></td>
108108
<td align="center"><a href="https://github.com/AshleyJaneLewis"><img src="https://avatars3.githubusercontent.com/u/43127855?v=4" width="100px;" alt=""/><br /><sub><b>AshleyJaneLewis</b></sub></a><br /><a href="#blog-AshleyJaneLewis" title="Blogposts">📝</a> <a href="#design-AshleyJaneLewis" title="Design">🎨</a> <a href="#eventOrganizing-AshleyJaneLewis" title="Event Organizing">📋</a> <a href="#content-AshleyJaneLewis" title="Content">🖋</a></td>
109-
<td align="center"><a href="https://ellennickles.site/"><img src="https://avatars2.githubusercontent.com/u/31713501?v=4" width="100px;" alt=""/><br /><sub><b>Ellen Nickles</b></sub></a><br /><a href="#blog-ellennickles" title="Blogposts">📝</a> <a href="#content-ellennickles" title="Content">🖋</a> <a href="#ideas-ellennickles" title="Ideas, Planning, & Feedback">🤔</a> <a href="#tutorial-ellennickles" title="Tutorials">✅</a></td>
109+
<td align="center"><a href="https://github.com/ellennickles/"><img src="https://avatars2.githubusercontent.com/u/31713501?v=4" width="100px;" alt=""/><br /><sub><b>Ellen Nickles</b></sub></a><br /><a href="#blog-ellennickles" title="Blogposts">📝</a> <a href="#content-ellennickles" title="Content">🖋</a> <a href="#ideas-ellennickles" title="Ideas, Planning, & Feedback">🤔</a> <a href="#tutorial-ellennickles" title="Tutorials">✅</a></td>
110110
</tr>
111111
<tr>
112112
<td align="center"><a href="http://www.itayniv.com"><img src="https://avatars1.githubusercontent.com/u/5209486?v=4" width="100px;" alt=""/><br /><sub><b>Itay Niv</b></sub></a><br /><a href="https://github.com/ml5js/ml5-library/commits?author=itayniv" title="Code">💻</a> <a href="#example-itayniv" title="Examples">💡</a></td>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
<script>
107107
const config = {
108108
editOnGithub: {
109-
docBase: 'https://github.com/ml5js/ml5-library/tree/gh-pages/docs/',
110-
docEditBase: 'https://ml5js.github.io/ml5-library',
109+
docBase: 'https://github.com/ml5js/ml5-library/tree/main/docs/',
110+
docEditBase: 'https://learn.ml5js.org/',
111111
title: 'Edit document',
112112
},
113113
};

docs/reference/cvae.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ No demos yet - contribute one today!
103103
No tutorials yet - contribute one today!
104104
105105
## Model and Data Provenance
106-
> A project started by [Ellen Nickles](https://ellennickles.site/)
106+
> A project started by [Ellen Nickles](https://github.com/ellennickles/)
107107
108108
### Models Overview
109109

docs/reference/dcgan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ No demos yet - contribute one today!
134134
No demos yet - contribute one today!
135135
136136
## Model and Data Provenance
137-
> A project started by [Ellen Nickles](https://ellennickles.site/)
137+
> A project started by [Ellen Nickles](https://github.com/ellennickles/)
138138
139139
### Models Overview
140140

docs/reference/face-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ No tutorials yet - contribute one today!
162162
163163
164164
## Model and Data Provenance
165-
> A project started by [Ellen Nickles](https://ellennickles.site/)
165+
> A project started by [Ellen Nickles](https://github.com/ellennickles/)
166166
167167
### Models Overview
168168

docs/reference/image-classifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ No demos yet - contribute one today!
172172
173173
174174
## Model and Data Provenance
175-
> A project started by [Ellen Nickles](https://ellennickles.site/)
175+
> A project started by [Ellen Nickles](https://github.com/ellennickles/)
176176
177177
### Models Overview
178178

docs/reference/neural-network.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ const data = [
3131
{r:255, g:0, b:0, color:'red-ish'},
3232
{r:254, g:0, b:0, color:'red-ish'},
3333
{r:253, g:0, b:0, color:'red-ish'},
34+
{r:0, g:255, b:0, color:'green-ish'},
35+
{r:0, g:254, b:0, color:'green-ish'},
36+
{r:0, g:253, b:0, color:'green-ish'},
3437
{r:0, g:0, b:255, color:'blue-ish'},
3538
{r:0, g:0, b:254, color:'blue-ish'},
3639
{r:0, g:0, b:253, color:'blue-ish'}

0 commit comments

Comments
 (0)