Newer
Older
2021-ryuto / system / posenet.html
<!DOCTYPE html>
<html>

<head>
  <title>民俗芸能・伝統芸能のデータ保存</title>
  <script src="https://cdn.jsdelivr.net/npm/p5@1.1.9/lib/p5.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/p5@1.1.9/lib/addons/p5.sound.min.js\"></script>
  <script src="https://unpkg.com/ml5@0.4.2/dist/ml5.min.js"></script>
  <meta charset="utf-8">
  <link rel="stylesheet" type="text/css" href="posenet.css">
</head>

<body>
<h1>Welcome to this site!</h1>
  <div class="method">
  <p>fキーでスタート。</p><p>lキーでストップ。</p><p>sキーでセーブ。</p>
  </div>
  <script type="text/javascript" src="posenet_1.js" charset="utf-8"></script>
  
  <!--この下のformがファイルを保存する部分-->
  <h3>保存はコチラ<h3>
  <form action="http://www.koeki-prj.org/~c118077/cgi/save_json.rb" method="POST" enctype="multipart/form-data">
    <input type="file" name="test_file">
    <input type="submit" value="送信">
    <input type="reset" value="reset">
  </form>
  <!--ここまで-->
</body>
</html>