# Show GN: 클로바노트, daglo를 대체할 수 있는 ElevenLabs Realtime Speech to Text를 바로 사용해보기!

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=24419](https://news.hada.io/topic?id=24419)
- GeekNews Markdown: [https://news.hada.io/topic/24419.md](https://news.hada.io/topic/24419.md)
- Type: show
- Author: [leelou2](https://news.hada.io/@leelou2)
- Published: 2025-11-17T13:37:17+09:00
- Updated: 2025-11-17T13:37:17+09:00
- Original source: [url.lou2.kr](https://url.lou2.kr/Wtl)
- Points: 7
- Comments: 0

## Summary

**ElevenLabs의 Realtime Speech to Text v2 API**를 활용해 로컬 환경에서 바로 음성 전사를 테스트할 수 있는 **경량 FastAPI 데모 프로젝트**가 공개되었습니다. 단 몇 줄의 설정만으로 **실시간 음성 인식**을 구현할 수 있으며, 속도와 정확도 모두 인상적입니다. 앞으로는 **다중 사용자 협업**과 **자동 요약 기능**까지 추가될 예정이라, 음성 기반 노트 앱이나 회의록 자동화 서비스를 구상 중인 개발자에게 특히 흥미로운 실험이 될 것 같습니다.

## Topic Body

#### 이번에 나온 ElevenLabs Realtime Speech to Text를 빠르게 사용하는 방법  
  
최대한 간단하게 음성 전사 기능만 구현했습니다 🙏  
  
1. git clone https://github.com/lee-lou2/ai-note.git  
2. https://elevenlabs.io/app/developers/api-keys 에서 'Speech to Text'를 Access하여 api 키 발급  
3. clone한 프로젝트 페이지에서 .env.sample 을 복제하여 .env 파일 생성  
4. ELEVENLABS_API_KEY 에 생성한 ElevenLabs API Key 등록, BASIC_AUTH_USERNAME, BASIC_AUTH_PASSWORD 에는 페이지 접근 시 사용할 계정 정보 등록  
5. 패키지 설치: pip install -r requirements.txt  
6. 실행: uvicorn main:app --reload --port 8000  
  
그리고 http://localhost:8000 접근 시 바로 사용 가능  
  
확실히 ElevenLabs Realtime Speech to Text v2가 빠르고 정확함  
현재 무료 사용자도 사용할 수 있습니다(추후 ElevenLabs의 가격 정책 변경이 발생될 수 있음)  
  
해당 github 레포는 계속 업데이트할 예정입니다  
- (예정) 여러 사용자가 함께 접속해서 하나의 문서를 업데이트 하는 기능  
- (예정) 전사된 내용을 요약하는 기능  
- (예정) 타이핑한 문서와 함께 요약하는 기능

## Comments



_No public comments on this page._
