author-pic

Tomohiro Nagasaka

14 posts tagged with "python"

Mobile/Web

Posted on January, 2021

Website, Blogwordpress hugo gatsbyWeb appcakephp django flask ASP.Net + Entity FrameworkServerapache nginx Git server VPN server License serverNetworkSocket Programming (C#, python, C++)

Read full post

Virtualenv

Posted on April, 2020

環境作成現在のフォルダにインストールされることに注意。環境起動作成されたフォルダにあるactivate.batを使う。pip install pyinstaller pyinstaller yourprogram.pypython --versionpip install imguiglfw########################################This is what I…

Read full post

Seq2Seq

Posted on April, 2020

Tensorflow Addonバグがある? https://github.com/tensorflow/tensorflow/issues/20067Examplehttps://colab.research.google.com/github/dhirensk/ai/blob/master/EnglishtoFrenchseq2seqtf20_withAttention.ipynb

Read full post

Matplotlib

Posted on April, 2020

Jupyterのおまじない画像表示

Read full post

Librosa

Posted on April, 2020

Wav・Oggファイル読み込みOggにはコーデックのインストールが必要。FFMpegを使う。

Read full post

Pyworld

Posted on April, 2020

Pyworldは音声を基本周波数、スペクトログラム、非周期成分に分解、再合成できる。基本周波数の抽出にはharvestとdioがある。harvestの方がノイズが少ない感じ。分解再合成Example

Read full post

テキストファイル処理

Posted on April, 2020

メモリ上の音声再生音声ファイル再生

Read full post

Tensorflowで音声処理

Posted on April, 2020

TensorflowでMelSpectrogramtf.signal.stftはTFLiteで使えない。

Read full post

テキストファイル処理

Posted on April, 2020

ファイル読み込み行ごとにリストに変換ファイル書き込み

Read full post

MECAB

Posted on April, 2020

形態素解析。主に漢字を読み仮名に変換する際に用いる。Mecab

Read full post

ローマ字・ひらがな・カタカナ 変換

Posted on April, 2020

カタカナを平仮名にするローマ字辞書cl, pauについてはJulius用

Read full post

Django

Posted on April, 2020

インストールWindowsUbuntuUbuntuの場合はコマンド中の pip > pip3 と置き換えます。プロジェクト作成データベース初期化プロジェクト作成後、データベースを初期化します。 また、コードのデータベース関連部分を変更した際は。時々プロジェクト名を追加する必要となる場合があるようです。テスト、デプロイ起動ローカルからアクセスする場合。IP…

Read full post