@startuml skinparam backgroundColor #f5efe2 skinparam shadowing false skinparam class { BackgroundColor #fdfaf0 BorderColor #b8a982 ArrowColor #6e5d3d FontName "Helvetica" } skinparam note { BackgroundColor #f0e3c4 BorderColor #b8a982 } hide empty members class "Pet Translator" as pet_translator <<system>> #2c4a6b { inference_engine_status : enum{idle,processing,error} privacy_mode : boolean } class "Pet Owner" as pet_owner <<actor>> { pet_type : enum{dog,cat} experience_level : string } class "Audio Input" as audio_input <<block>> { raw_vocalization : string sampling_rate : number } class "Video Input" as video_input <<block>> { raw_visual_data : string frame_rate : number } class "Behavioral Model" as behavioral_model <<block>> { emotion_state : enum{curiosity,fear,aggression,calm} interpretation_text : string } class "On-device inference for privacy" as on_device_inference <<constraint>> { } class "Honest about the difference between 'emotion classification' and 'translation'" as honest_disclaimer <<constraint>> { } pet_owner <|-- pet_translator audio_input --> pet_translator : feeds_vocalization_data video_input --> pet_translator : feeds_visual_data audio_input --> behavioral_model : analyzes_vocalization video_input --> behavioral_model : analyzes_body_language on_device_inference ..> pet_translator : applies_to honest_disclaimer ..> pet_translator : applies_to legend right **Requirements** **REQ-001** — The system must provide a believable and useful interpretation of the pet's behavior. **REQ-002** — The system must enable owners to use the interpretation output to bond with their pet. endlegend @enduml
Decode URL
Submit
amiga
aws-orange
black-knight
bluegray
blueprint
cerulean-outline
cerulean
crt-amber
crt-green
cyborg-outline
cyborg
hacker
lightgray
mars
materia-outline
materia
metal
mimeograph
minty
plain
reddress-darkblue
reddress-darkgreen
reddress-darkorange
reddress-darkred
reddress-lightblue
reddress-lightgreen
reddress-lightorange
reddress-lightred
sandstone
silver
sketchy-outline
sketchy
spacelab
spacelab-white
superhero-outline
superhero
toy
united
vibrant
🎉 Discover the future PlantUML Web Editor! 🚀
PNG
SVG
ASCII Art