Detecting Speech Emotion with #RaspberryPi...
"Emotion Filtering at the Edge"
https://dl.acm.org/doi/pdf/10.1145/3362743.3362960
@lupyuen Can I ask you what's the advantages of Rust over Python? I was going to start learning Python and discovered Rust. I'm not sure where to start. I'm new at development and thought maybe you could help me...
@dflag84 Well they are for different purposes really... Python is easier to learn and it's good for writing high-level programs with relatively few lines of code.
Rust is somewhat more difficult because it's meant for high-performance, complex programs that run fast on microcontrollers and servers.
@lupyuen Good! Thanks for the crash course!
Really appreciated