Added kitchen towel change to "Housework Check App"
Overview
Last time, I made an app that monitors the change of hanging towels using Flutter and Raspberry Pi. We also added a task to monitor the change of hanging towels in the kitchen.
Details: Smartphone app side
The smartphone app was already made for general purpose last time, so this time just tap the "+" button to add a new item.
Details: Raspberry Pi side
Hardware
Add a new webcam to monitor the kitchen towels. Use the same Raspberry Pi as last time.
Software
Last time, I turned the loop and judged the condition of the towel every cycle.
This time, we created a new machine learning model that determines the presence or absence of hanging towels in the kitchen, and determined the condition of the two towels in each cycle.
In summary, the images taken from the two cameras are taken into the Raspberry Pi and judged using separate machine learning models.
Result
The warning message arrived!
Next outlook
Next I would like to add a replacement of the pillowcase or table wipe.
Recent Posts
See AllWhat want to do I want to create an input form using TextField. For example, if the input content is a monetary amount, I would like to...
What want to do There is a variable that remain unchanged once the initial value is determined. However, it cannot be determined yet when...
Summary Data analysis is performed using python. The analysis itself is performed using pandas, and the final results are stored in...
Comments