https://github.com/modelfoxdotdev/modelfox-php
https://github.com/modelfoxdotdev/modelfox-php
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/modelfoxdotdev/modelfox-php
- Owner: modelfoxdotdev
- Created: 2021-10-13T18:36:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T02:49:31.000Z (over 3 years ago)
- Last Synced: 2024-11-18T23:38:41.742Z (about 1 year ago)
- Language: C
- Size: 5.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ModelFox for PHP
- [Watch the Video](https://www.modelfox.dev)
- [Read the Docs](https://www.modelfox.dev/docs)
The ModelFox PHP library makes it easy to make predictions with your ModelFox machine learning model from PHP.
## Usage
Add `modelfox/modelfox` to your `composer.json` with this command:
```json
$ composer require modelfox/modelfox
```
```php
63.0,
'gender' => 'male',
// ..
];
$output = $model->predict($input);
```
For more information, [read the docs](https://www.modelfox.dev/docs).
## Platform Support
ModelFox for PHP is currently supported on Linux, macOS, and Windows with ARM64 and AMD64 CPUs. Are you interested in another platform? [Open an issue](https://github.com/modelfoxdotdev/modelfox/issues/new) or send us an email at [help@modelfox.dev](mailto:help@modelfox.dev).
## Examples
The source for this package contains a number of examples in the `examples` directory. Each example has a `README.md` explaining how to run it.