Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Check out [an example](https://ankane.org/tensorflow-php)

[![Build Status](https://github.com/ankane/onnxruntime-php/actions/workflows/build.yml/badge.svg)](https://github.com/ankane/onnxruntime-php/actions)

## Requirements

This library requires the [PHP FFI extension](https://www.php.net/manual/en/book.ffi.php).

Ensure that the extension is installed and `ffi.enable` is set to `true` in your `php.ini`.

## Installation

Run:
Expand Down