Skip to content

inatoihs/speech_trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

プロジェクトのセットアップ

このプロジェクトをセットアップするためには、以下の手順に従ってください。

前提条件

  • Homebrew がインストールされていること
  • Python と pip がインストールされていること
  • Node.js と npm がインストールされていること

バックエンドのセットアップ

  1. backend/ ディレクトリに移動します。
    cd backend/
  2. 仮想環境を作成します。
    python3 -m venv venv
  3. 仮想環境を有効化します。
    source venv/bin/activate
  4. 依存パッケージをインストールします。
    brew install ffmpeg
    pip install pydub
    pip install python-multipart
    pip install librosa soundfile numpy
    pip install fastapi uvicorn
  5. バックエンドを起動します。
    python main.py

フロントエンドのセットアップ

  1. frontend/ ディレクトリに移動します。
    cd frontend/
  2. 依存パッケージをインストールします。
    npm install
  3. フロントエンドを起動します。
    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages