Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.09 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.09 KB

taskEcho

back_end

フレームワーク:Flutter

使用API:Google Cloud Speech-to-Text API

プロジェクトで使用している主なDartパッケージは以下の通りです:

インストール方法

  1. このリポジトリをクローン git clone https://github.com/your-username/your-repository.git
  2. プロジェクトディレクトリに移動 cd your-repository
  3. 必要なパッケージをインストール flutter pub get
  4. Google Cloud PlatformでSpeech-to-Text APIを有効にし、サービスアカウントキーを取得してプロジェクトに設定します。詳細な手順については公式ドキュメントを参照してください。