Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BSN4 authored Jun 16, 2019
1 parent fbcf4e5 commit 10bcad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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();
```
Expand Down

0 comments on commit 10bcad4

Please sign in to comment.