ユーザ用ツール

サイト用ツール


ml:lobeで超簡単に画像認識

差分

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

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
ml:lobeで超簡単に画像認識 [2020/11/09] – [FlaskアプリをHerokuにデプロイする流れ] adash333ml:lobeで超簡単に画像認識 [2020/11/11] (現在) – [Tensorflow.js] adash333
行 237: 行 237:
 .gitignore の書き方 .gitignore の書き方
  
 +https://www.atmarkit.co.jp/ait/articles/2003/05/news006.html
 +Linux基本コマンドTips(381):
 +【 git clone 】コマンド――Gitのリポジトリを複製する
 +2020年03月05日 05時00分 公開
  
  
- +https://techacademy.jp/magazine/10274 
 +git pullを使ってリモートリポジトリと同期する方法【初心者向け】 
 +2017/4/12
  
  
行 402: 行 407:
 pipenv --python 3.6 pipenv --python 3.6
 pipenv install -r ./requirements.txt pipenv install -r ./requirements.txt
 +pipenv update pip
 </code> </code>
  
行 523: 行 529:
  
 ===== predict.py ===== ===== predict.py =====
 +
 +以下のコードは修正が必要
  
 <code> <code>
行 778: 行 786:
  
 ===== Heroku ===== ===== Heroku =====
 +
 +https://qiita.com/NOGU626/items/d127215a4d14a81c3a62
 +@NOGU626
 +2020年10月25日に更新
 +Heroku入門、Flaskアプリをデプロイ
  
 https://note.com/on_bass/n/n0495484a2b2b https://note.com/on_bass/n/n0495484a2b2b
行 805: 行 818:
 【herokuコマンド】createからdestroyまで 【herokuコマンド】createからdestroyまで
  
 +===== herokuで古いバージョンのpipがインストールされてしまう =====
  
 +私の場合は勝手に
 +<code>
 +Installing pip 9.0.2, setuptools 47.1.1 and wheel 0.34.2
 +</code>
 +となってしまう。
  
 +
 +https://www.reddit.com/r/Heroku/comments/hqkyrv/how_do_i_change_the_version_of_pip/?utm_source=amp&utm_medium=&utm_content=post_body
 +
 +https://www.reddit.com/r/Heroku/comments/a2irq6/pip_upgrade_not_working_on_heroku/?utm_source=amp&utm_medium=&utm_content=post_body
 +
 +
 +
 +http://5.9.10.113/64679676/cant-deploy-mysqlclient-on-heroku-via-pipfile-lock
 +
 +https://stackoverflow.com/questions/64679676/cant-deploy-mysqlclient-on-heroku-via-pipfile-lock
 +
 +
 +https://stackoverrun.com/ja/q/11644217
 +
 +wheel ?
 +----
 +Simply replace the tensorflow==1.0.0 line in your requirements.txt with https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0-cp27-none-linux_x86_64.whl
 +----
 +
 +https://www.tensorflow.org/install/pip?hl=ja#virtual-environment-install
 +
 +やっと見つけた?
 +
 +https://pypi.org/project/tensorflow/1.15.3/#files
 +
 +Filename, size
 +tensorflow-1.15.3-cp36-cp36m-manylinux2010_x86_64.whl (110.5 MB)
 +https://files.pythonhosted.org/packages/02/36/9a02e27f0ec248b676a380ffe910c1858e3af3027c0d4d513dd0b56a5613/tensorflow-1.15.3-cp36-cp36m-manylinux2010_x86_64.whl
 +
 +
 +requirements.txtの
 +<code>
 +tensorflow==1.15.3
 +</code>
 +
 +<code>
 +https://files.pythonhosted.org/packages/02/36/9a02e27f0ec248b676a380ffe910c1858e3af3027c0d4d513dd0b56a5613/tensorflow-1.15.3-cp36-cp36m-manylinux2010_x86_64.whl
 +</code>
 +に書き換えたら、うまくいった。
 +
 +
 +https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.15.3-cp36-cp36m-manylinux2010_x86_64.whl
 +→okのよう
  
  
行 859: 行 921:
 2020年02月19日に更新 2020年02月19日に更新
 はじめてのTensorflow.js はじめてのTensorflow.js
 +
 +https://note.com/npaka/n/ndb93d6d41210
 +TensorFlow.js 入門 / 画像分類
 +npaka
 +2020/05/11
 +
 +
 +
  
  

ml/lobeで超簡単に画像認識.1604943659.txt.gz · 最終更新: 2020/11/09 by adash333

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki