A tool for automatically transcribing and summarizing Japanese meetings (audio/video) using LLM and speech models.
wget -qO- https://astral.sh/uv/install.sh | sh
sudo apt install -y ffmpeg
Install step by step:
git clone https://github.com/yusteafy/meeting-summarizer
cd meeting-summarizer
cd frontend
npm install
cd ../backend
uv sync
Start backend:
cd backend
uv run main.py
Start frontend (in a new terminal):
cd frontend
npm run dev
bash start.sh
6 commits
Python
49.0%
TypeScript
47.3%
Shell
1.8%
JavaScript
1.0%
A tool for automatically transcribing and summarizing Japanese meetings (audio/video) using LLM and speech models.
wget -qO- https://astral.sh/uv/install.sh | sh
sudo apt install -y ffmpeg
Install step by step:
git clone https://github.com/yusteafy/meeting-summarizer
cd meeting-summarizer
cd frontend
npm install
cd ../backend
uv sync
Start backend:
cd backend
uv run main.py
Start frontend (in a new terminal):
cd frontend
npm run dev
bash start.sh
6 commits
Python
49.0%
TypeScript
47.3%
Shell
1.8%
JavaScript
1.0%