yusteafy/meeting-summarizer

Automated summarization of japanese meeting conversations from audio/video using ASR and LLM.

0

stars

6

commits

Python

primary language

Jul 13, 2026

updated

README

Japanese Meeting Summarizer

A tool for automatically transcribing and summarizing Japanese meetings (audio/video) using LLM and speech models.

Models Used

1. Speaker Diarization

2. Speech-to-Text (Japanese ASR)

3. LLM (Summarization)

Installation Requirements

  • Linux ONLY
  • Node.js (latest LTS recommended)
  • Python environment with uv
wget -qO- https://astral.sh/uv/install.sh | sh
  • ffmpeg installed
sudo apt install -y ffmpeg

Setup Project

Install step by step:

git clone https://github.com/yusteafy/meeting-summarizer
cd meeting-summarizer

cd frontend
npm install

cd ../backend
uv sync

Run Project

Option 1: Manual run

Start backend:

cd backend
uv run main.py

Start frontend (in a new terminal):

cd frontend
npm run dev

Option 2: One-click script

bash start.sh

Contributors

yusteafy

6 commits

yusteafy/meeting-summarizer

Automated summarization of japanese meeting conversations from audio/video using ASR and LLM.

0

stars

6

commits

Python

primary language

Jul 13, 2026

updated

README

Japanese Meeting Summarizer

A tool for automatically transcribing and summarizing Japanese meetings (audio/video) using LLM and speech models.

Models Used

1. Speaker Diarization

2. Speech-to-Text (Japanese ASR)

3. LLM (Summarization)

Installation Requirements

  • Linux ONLY
  • Node.js (latest LTS recommended)
  • Python environment with uv
wget -qO- https://astral.sh/uv/install.sh | sh
  • ffmpeg installed
sudo apt install -y ffmpeg

Setup Project

Install step by step:

git clone https://github.com/yusteafy/meeting-summarizer
cd meeting-summarizer

cd frontend
npm install

cd ../backend
uv sync

Run Project

Option 1: Manual run

Start backend:

cd backend
uv run main.py

Start frontend (in a new terminal):

cd frontend
npm run dev

Option 2: One-click script

bash start.sh

Contributors

yusteafy

6 commits

Languages

Python

49.0%

TypeScript

47.3%

Shell

1.8%

JavaScript

1.0%