サルでもわかるWEBプログラミング

フリーソフトのみでホームページ作成

ユーザ用ツール

サイト用ツール


tensorflow.js:01._ml5.js


差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン両方とも次のリビジョン
tensorflow.js:01._ml5.js [2021/02/02] – [見出し] adash333tensorflow.js:01._ml5.js [2021/02/02] – [コーディング] adash333
行 40: 行 40:
  
 ==== コーディング ==== ==== コーディング ====
-src/index.html を以下のように変更します。+index.html を以下のように変更します。
 <code> <code>
 +<!DOCTYPE html>
 +<html lang="en">
 +  <head>
 +    <title>Getting Started with ml5.js</title>
 +    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 +    <script src="https://unpkg.com/ml5@latest/dist/ml5.min.js"></script>
 +  </head>
  
 +  <body>
 +    <div id="app"></div>
 +    <img id="img" width="100%" src="src/cat.jpg" />
 +    <script src="src/index.js"></script>
 +  </body>
 +</html>
 </code> </code>
 +{{:tensorflow.js:pasted:20210202-074359.png}}
  
  


tensorflow.js/01._ml5.js.txt · 最終更新: 2021/02/02 by adash333

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki