Wiki source code of AI and ICT
Version 11.1 by Vladimir Rullens on 2025/10/07 15:43
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | //<Describe the additional Artificial Intelligence (AI) and Information & Communication Technology (ICT) that may be included in your prototype, e.g. to generate personal music play lists, picture collections, or narratives (e.g. LLMs).>// | ||
| 2 | |||
| 3 | |||
| 4 | //Our robot is expected to communicate with its patients when not dancing, ideally in a way that is tailored to its patients. Ideally, its responses are not static, so it feels more human. For this, an LLM is ideal.// The LLM will keep in mind the following: | ||
| 5 | |||
| 6 | - The patient it is talking to -> For this it needs an understanding of its current location, which is handled by the **robot **itself. | ||
| 7 | |||
| 8 | - The music and dances the patient likes -> For this, the **LLM** should be able to activate remember and play the tunes the patient likes. | ||
| 9 | |||
| 10 | - Any other activities that need to be done -> For this, speech should be the method alongside a planning inside of the robot. | ||
| 11 | |||
| 12 | - Due to the above, a separate **Text-to-speech** program should be involved, which states the spoken text without the included dispense command. | ||
| 13 | |||
| 14 | - A general idea of the patient's personality -> For this, it needs experience with the patient. Prior knowledge given by caregivers could also be useful. |