go_game_project/ ├── app.py # 主 Flask 應用(routing + WebSocket) ├── server.js # 建立連線伺服器 ├── game_logic.py # 遊戲邏輯 ...
A real-time speech-to-text application that uses Python (Flask + WebSocket) for the backend and a modern web interface for the frontend. The application captures audio from your microphone and ...