From 10bcad44bcab3858ee6cf16db398570c1c07ef75 Mon Sep 17 00:00:00 2001 From: Bader Almutairi Date: Sun, 16 Jun 2019 22:56:59 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bea3cc7..107131d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Php ImageaAi -Php soultion for https://github.com/OlafenwaMoses/ImageAI . If you'd like to try AI features in Php you ca with help of python libraries +Php soultion for https://github.com/OlafenwaMoses/ImageAI . try AI features in Php with help of python libraries ## Requirements First you need to install https://github.com/OlafenwaMoses/ImageAI with all requirements @@ -14,7 +14,7 @@ composer require awssat/imageai ## Usage -It's simple. Anytime you want sync schema files to database run this command: + ```php $imageAi = imageAi::image($img)->model('RetinaNet', '/path/to/resnet50_coco_best_v2.0.1.h5')->detect(); ```