top of page
MR
Spell out information about application development, etc.
Search
Aug 13, 2021
[python]Visualize the distribution of data according to the values of two items
Overview You can use seaborn's count plot or displot to visualize the distribution of data. Also, if you want to visualize the...
Aug 13, 2021
[python] Visualize the mistaken part in machine learning
Overview When doing machine learning, you may want to know "what data the model you created is wrong". Am I making the same mistake for...
Aug 12, 2021
Things to watch out for when using keras on Raspberry pi
Overview When I install keras for deep learning with Raspberry pi, I get the following error at the time of import ValueError:...
Aug 12, 2021
Make a "don't forget to add" shopping list app with Flutter + Raspberry pi
Overview When I was working in the kitchen, I noticed that the detergent wasn't ready. But now that I don't have my smartphone, so I'll...
Aug 12, 2021
Turn an alternate switch into a momentary switch using a transistor and a Raspberry pi
Overview Previously, using an RF switch and Raspberry pi, I made a daily necessities management app that "when you press a button, a...
Aug 9, 2021
Trade-off between image resizing, accuracy rate, and prediction time by image recognition
Overview Currently, I am creating a project to judge the state of image taken by the camera by machine learning. At that time, if the...
Aug 8, 2021
I made a towel exchange monitoring app with Flutter and Raspberry Pi
Overview The number one housework that a man living alone does not do is to change the hanging towel. So not to forget, I made an app...
Aug 8, 2021
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...
Aug 8, 2021
[python]Determine the brightness of the image
Overview I was doing image recognition and wanted to judge the brightness of the image and classify it. Specifically, I'm shooting...
Aug 8, 2021
Improved machine learning model for towel change monitoring system
Overview I have created a system that monitors hanging towels with a WEB camera and notifies when they are replaced. "Whether or not...
bottom of page