-
Install Three.js
-
Launch vite
-
Go to http://localhost:5173/
-
Launch the Trellis server
sshto a remote machine with a GPU- launch the server (and install any dependencies)
python -m trellis_server --host 0.0.0.0 --port 8000 --preload-models
- Then you need to tunnel the port to your laptop. Leave this command running in a local terminal.
ssh -L 8000:localhost:8000 username@remote-hostname
-
Run the websocket server:
python websocket_server.py
Built with
- Claude
- Three js
- Eleven Labs
- Trellis (via PyTorch)