Python

Thumbnail of post image 131

画像の外枠に接触している物体を消す方法です。消す時は透明にするようにしています

ライブラリーのインストールpip install opencv-pythonpip install opencv-contrib-pythonプログ ...

Python

Thumbnail of post image 146

Python のコードimport tkinter as tkfrom tkinter import ttkfrom tkinter import colorchooserdef color_changed(): # カラーピッカーから選択 ...

Python

Thumbnail of post image 199

ITAコーパスの文章リストを画面に表示させ連続で録音するアプリ。文章ごとに録音開始ボタン録音停止ボタンを押さなくてすみます。録音しながら録音した音を再生することもできます。

インストールと準備pip install Speech ...

Python

Thumbnail of post image 200

gui のものがあまり見かけなかったので 作ってみました

インストールpip install SpeechRecognitionpip install -U openai-whisper

PyTorch

コード

t ...

Python

Thumbnail of post image 023

Tcl/Tk

Tcl/Tk は、widget と呼ばれる部品を使って簡単に GUI アプリケーションを作成できますがTkinterはこれを Python で使えるようにしたものです

次のサイトを見ると概要が分かります ...

Python

Thumbnail of post image 033
GitHub – eriklindernoren/PyTorch-GAN: PyTorch implementations of Generative Adversarial Networks.git clone PyTorc ...

Python,windows

Thumbnail of post image 170
対応方法if __name__ == '__main__': freeze_support() ... The "freeze_support()" line can be omitted if the ...

Python

Thumbnail of post image 149
インストールpip install git+ install simpleaudioコードfrom pydub import AudioSegmentfrom pydub.silence import split_on_silencefro ...

Python

Thumbnail of post image 053
準備コードfrom pathlib import Pathfrom dotenv import load_dotenv#import soundfile as sffrom infer.modules.vc.modules import V ...

Python

Thumbnail of post image 127

準備コードfrom pathlib import Pathfrom dotenv import load_dotenv#import soundfile as sffrom infer.modules.vc.modules import V ...