Page 1 of 1

Develop a bot for an ambient assistance living application that analyses ambient conditions (temperature, gas, CO, etc.)

Posted: Fri May 20, 2022 12:59 pm
by answerhappygod
Develop a bot for an ambient assistance living application that
analyses ambient conditions (temperature, gas, CO, etc.), as well
as biosignals (temperature, blood pressure) of a certain user. The
user can have several illnesses. Think of a plan to manage 10
possible diseases. The bot stores all input data and rules in CSV
files. Interact with the bot using a graphical user interface, as
in a chat, as well as based on voice. The bot is able to analyze
daily, weekly, monthly and yearly data. It will also generate
reports, as well as graphics based on the collected
input.
Your bot collected a lot of data. It’s time to think about its
memory management. Include CPU Scheduling to calculate process time
based on the bot’s various functionalities.
It needs to be coded in python!!