Wiki source code of AI and ICT

Version 12.1 by Alex Pacurar on 2025/10/09 16:53

Show last authors
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 task-list.
11
12 - Due to the above, a separate **Text-to-speech** program should be involved, which states the spoken text.
13
14 - A general idea of the patient's personality → For this, it needs experience with the patient. Prior knowledge given by caregivers or family members could also be useful.