ねこでじ(Nekodigi)

Nekodigi’s diary

学習中の気づきをまとめています。応援よろしくお願いします

2021-02-01から1ヶ月間の記事一覧

【Pytorch】Create Real-Time Image Classifier!

Abstract www.youtube.com I've tried some PyTorch examples like CIFAR-10, but those examples are not real-time. For this reason, I created a real-time PyTorch image classifier. In this project, you can create custom datasets and test them i…

【Declare!】Time management web application with goals.【HTML/CSS/JS x PHP/MySQL】

Abstract www.youtube.com I've used various timers, but I have never seen a timer that can set goals, so I made that one. You can set a goal at the start of the timer and you can review the goals after it ends. How it works I developed this…

【Raspberry Pi】Pi Camera image transport to PC using socket.

Abstract This photo was taken with a Pi cameraI wanted to get the data with the Raspberry Pi Camera and process it with the AI on my desktop PC so I made a camera images transmission system using socket communication. Abstract How it works…