Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 391 draft
  • Loading branch information
azu committed Jul 7, 2018
commit be14f6c6bf51ab60233bf22440ca94bbc011e82c
14 changes: 13 additions & 1 deletion _i18n/ja/_posts/2018/2018-07-07-391draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "2018-07-07のJS: "
author: "azu"
layout: post
date : 2018-07-07T04:24:37.761Z
date : 2018-07-07T04:40:23.977Z
category: JSer
tags:
-
Expand Down Expand Up @@ -79,4 +79,16 @@ Designer向けのReduxとはどういうもの?という解説。
データ受け取りどのようにコンポーネントの表示に反映させるかやデータ(State)変更、Optimistic UIなどについて図とともに概念を説明している


----
<h1 class="site-genre">ソフトウェア、ツール、ライブラリ関係</h1>

----

## justadudewhohacks/face-api.js: JavaScript API for face detection and face recognition in the browser with tensorflow.js
[github.com/justadudewhohacks/face-api.js](https://github.com/justadudewhohacks/face-api.js "justadudewhohacks/face-api.js: JavaScript API for face detection and face recognition in the browser with tensorflow.js")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">JavaScript</span> <span class="jser-tag">MachineLearning</span> <span class="jser-tag">library</span></p>

tensorflow.jsを使った顔検出/認識ライブラリ。


----