You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/haixuantao/makepad-realtime
cd makepad-realtime
cargo build --release
Run Client
cd makepad-realtime
cargo run -r
Server
Build server
git clone https://github.com/haixuanTao/fastwebsockets
cd fastwebsockets/examples
uv venv --seed -p 3.11
dora build whisper-template-metal.yml --uv ## very long process
Run server
cd fastwebsockets/examples
source .venv/bin/activate
dora up
cargo run --release --example echo_server --features upgrade
On finish
dora destroy
GUI
Connect Client and Server ( English Version )
Click on Connect to Finetuned Whisper
When the session is ready
Click on Start Conversation
Start talking
When finished click on Stop Conversation
For chinese realtime server version
Click on Connect to FunASR ( not working superwell for now )