regex_
I need to develop a device or system with a camera that can be placed on a door. This system will take photos of people passing through the door and upload them to a cloud server. It will also be capable of recognizing individuals. For example, if a known person passes through the door, the system will recognize them. If an unknown person passes through, the system will mark them as unknown. To achieve this, I'll need to provide the system with images of known individuals, which it will use for identification. After each entry, the system will capture a photo and upload it to a Linux server running on the cloud, storing all relevant information such as time and date in a file or MongoDB database. If the person is recognized, their name will also be stored, which can later be displayed on a web portal. Which rassberry pi model should I use for this?