Hey, We're intensivist & anesthesiologits hacking Rust + ML to make ICU & OT life less insane. Follow or mess—steal it, break it, join in!
Fast, safe, perfect for ICU gear. Scary? Nah—start here:
- Rust by Example: Quick code to play with.
- The Rust Book: Deep dive if you’re hooked.
- v0.1.1: HR (tachycardia + bradycardia) + O2 alerts—Bali ICU in Rust!
Never used Rust? No sweat—5 mins to get started on any machine:
-
Open your terminal (Windows: Git Bash, Mac/Linux: Terminal).
-
Run this command (copy/paste, hit Enter):
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-
Follow the prompts—hit Enter for defaults, or pick your path (takes 2 mins).
-
Restart terminal (close, reopen) or run:
source $HOME/.cargo/env
-
Check Rust—type:
rustc --versionShould show something like
rustc 1.80.0(or newer). Boom, you’re in!
Tips:
- Windows users: Might need Visual Studio Build Tools (pops up—install it, 5 mins).
- Stuck? Hit Rust’s Install Page or ping me!
- Clone:
git clone https://github.com/balinesthesia/rust-icu-ml.git - Run:
cd pulse_checker && cargo run - Play: Swap 120 and 97—see alerts!
- New? Hit Rust by Example—start with “Hello, World” then tweak 120!
- v0.1.x: ICU basics (HR, O2 alerts).
- v1.0.0: ML-ready—sepsis prediction, smart alarms on Pi 5, Bali ICU power!
- v2.0.0 and beyond!
No code exp? No stress. Check the links above—10 mins to “Hello, World!” then mess with this. Tag us if it breaks!