Autonomous Geriatric Care System

Imagine a world where our elderly loved ones can enjoy the comfort of their homes while being watched over by an autonomous AI agent.

IntermediateShowcase (no instructions)Over 2 days192
Autonomous Geriatric Care System

Things used in this project

Hardware components

nRF7002 Development Kit
Nordic Semiconductor nRF7002 Development Kit
×1
5V 4A DC Jack 2.1mm Universal Power Adapter - UK-EU-US Plug.
×1
Jetson Orin Nano Developer Kit
NVIDIA Jetson Orin Nano Developer Kit
×1
Microscope Module 30W USB Pixel Electronic Eyepiece Camera Module, Mini USB Camera Module
×1

Software apps and online services

PyCharm
Nordic Semiconductor nRF Connect for Desktop
NVIDIA JetPackOS & JetPackSDK.

Story

Read more

Code

run code

Python
yolo detect predict model=best.pt source='/home/credit/Desktop' show=True save=True

Make_It_Matter.py

Python
detection code
from ultralytics import YOLO

# Load a pretrained YOLOv8n model
model = YOLO('[Insert Your Weights File Path]')

# Run inference on image/video with arguments
results = model.predict("[Insert Your Video Source (Video, Photo/Image, Streaming]", save=True, stream=True, classes=0, conf=0.75)

# View results
for r in results:
    print("The detected boxes: ", r.boxes)  # print the Boxes object containing the detection bounding boxes

Credits

NARENDRAN

NARENDRAN

19 projects • 22 followers
umar saeed

umar saeed

1 project • 1 follower
Maahy Shuhad

Maahy Shuhad

0 projects • 1 follower
Vladislav Cherskoy

Vladislav Cherskoy

0 projects • 1 follower

Comments