Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.03 KB

Project title

Self-driving-drug-delivery-robot

Motivation

The coronavirus, which started in early 2020 and has been prevalent around the world to this day, has made us living a difficult life. In that, we specifically thought of ways to help the medical staff.
Therefore, we noted that by using autonomous driving robots, it is possible to secure rest time for medical staff, improve physical strength, and provide non-face-to-face medical services by replacing tasks such as simple drug delivery.

Tech

STM32 (CubeAI) Generate the model that can recognize faces and upload it on the stm32 board. faceRecognition_layer
The layer consists of 2 convolution layer and a dense layer. For each convolution and dense layer, nonlinearity step.

RaspberryPi
Detects the line and moves it to the designated position through motor control.
Implemented to be able to move by controlling a total of 4 motors.

Hardware

STM32 (CubeAI)

  • Face detection

RaspberryPi

  • Line detection