# Show GN: Ghostmeet - 셀프호스팅 AI 미팅 비서 (실시간 자막 + 요약, Chrome 확장)

> Clean Markdown view of GeekNews topic #27947. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=27947](https://news.hada.io/topic?id=27947)
- GeekNews Markdown: [https://news.hada.io/topic/27947.md](https://news.hada.io/topic/27947.md)
- Type: show
- Author: [swq115](https://news.hada.io/@swq115)
- Published: 2026-03-28T15:36:39+09:00
- Updated: 2026-03-28T15:36:39+09:00
- Original source: [github.com/Higangssh](https://github.com/Higangssh/ghostmeet)
- Points: 10
- Comments: 2

## Summary

브라우저 미팅에서 **실시간 자막과 요약을 로컬에서 처리**하는 셀프호스팅 AI 비서입니다. Whisper로 10초 단위 자막을 생성하고, 선택적으로 Claude API로 핵심 결정과 액션 아이템을 정리합니다. 모든 오디오가 로컬에서만 처리되어 **프라이버시를 완전히 보장**하며, `docker compose up` 한 줄로 바로 구동할 수 있어 팀 내부용 AI 미팅 도구를 직접 운영하려는 개발자에게 실용적입니다.

## Topic Body

미팅 중 실시간 자막과 AI 요약이 필요한데,  
오디오 데이터를 외부 서버로 보내고 싶지 않아서  
만들었습니다.  
  
ghostmeet은 Chrome 사이드 패널로 동작하며,  
Google Meet, Zoom, Teams 등 브라우저 미팅에서  
조용히 실행됩니다.   
다른 참가자에게 보이지 않습니다. 👻  
  
주요 특징:  
- 실시간 자막: Whisper로 10초마다 업데이트  
- AI 요약: 핵심 결정, 액션 아이템 자동 추출  
- 100% 로컬: 오디오가 외부로 나가지 않음  
- 셀프호스팅: docker compose up 한 줄  
- 계정/구독 없음  
  
기술 스택:  
- Python + FastAPI + Whisper (자막)  
- Chrome Extension + tabCapture API  
- Claude API (요약, 선택사항)  
  
docker compose up -d 로 바로 시작할 수 있습니다.  
피드백 환영합니다!

## Comments



### Comment 54043

- Author: vigorous5537
- Created: 2026-03-28T18:31:06+09:00
- Points: 1

멋집니다

### Comment 54082

- Author: swq115
- Created: 2026-03-29T22:13:04+09:00
- Points: 1
- Parent comment: 54043
- Depth: 1

감사합니다!
