From 287ed3882a62af8ea0297b95a95acbae81611df1 Mon Sep 17 00:00:00 2001 From: Robin Cole Date: Thu, 17 Dec 2020 14:13:58 +0000 Subject: [PATCH] fix deepstack docs links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28d7834..d9acbdb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # HASS-Deepstack-object -[Home Assistant](https://www.home-assistant.io/) custom component for Deepstack object detection. [Deepstack](https://deepstack.cc) is a service which runs in a docker container and exposes various computer vision models via a REST API. Deepstack object detection can identify 80 different kinds of objects (listed at bottom of this readme), including people (`person`), vehicles and animals. Alternatively a custom object detection model can be used. There is no cost for using Deepstack and it is [fully open source](https://github.com/johnolafenwa/DeepStack). To run Deepstack you will need a machine with 8 GB RAM, or an NVIDIA Jetson. +[Home Assistant](https://www.home-assistant.io/) custom component for Deepstack object detection. [Deepstack](https://docs.deepstack.cc/) is a service which runs in a docker container and exposes various computer vision models via a REST API. Deepstack [object detection](https://docs.deepstack.cc/object-detection/index.html) can identify 80 different kinds of objects (listed at bottom of this readme), including people (`person`), vehicles and animals. Alternatively a custom object detection model can be used. There is no cost for using Deepstack and it is [fully open source](https://github.com/johnolafenwa/DeepStack). To run Deepstack you will need a machine with 8 GB RAM, or an NVIDIA Jetson. On your machine with docker, run Deepstack with the object detection service active on port `80`: ```