Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Speech MCP
Claim
by
Kvadratni
GitHub
Speech Processing
Python
6
Linux
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
speech_mcp
ui
pyqt
src/speech_mcp/ui/pyqt/__init__.py
src/speech_mcp/ui/pyqt/__main__.py
src/speech_mcp/ui/pyqt/pyqt_ui.py
""" PyQt UI implementation for the Speech UI. This package provides a PyQt-based UI for speech recognition and visualization. """ from speech_mcp.ui.pyqt.pyqt_ui import PyQtSpeechUI, run_ui __all__ = [ 'PyQtSpeechUI', 'run_ui' ]