PHPackages                             g4t/chooch - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. g4t/chooch

ActiveLibrary[Image &amp; Media](/categories/media)

g4t/chooch
==========

package for chooch ai . Chooch AI is a flexible computer vision platform for quickly creating accurate, useful AI models and deploying to the edge fast.

v1.x-dev(4y ago)38[1 PRs](https://github.com/hussein4alaa/chooch-ai-laravel-images-recognition/pulls)MITPHP

Since Aug 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hussein4alaa/chooch-ai-laravel-images-recognition)[ Packagist](https://packagist.org/packages/g4t/chooch)[ RSS](/packages/g4t-chooch/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

app.chooch.ai (laravel images recognition)
==========================================

[](#appchoochai-laravel-images-recognition)

### you can create your model and persons with personal images and Find the match between the pictures

[](#you-can-create-your-model-and-persons-with-personal-images-and-find-the-match-between-the-pictures)

[![image](https://camo.githubusercontent.com/e4e4cbe7a993aa4aabf46f82470d814249b950e3a7ea1249d492696475722374/68747470733a2f2f6170692e726f6d61726b636f64652e636f6d2f73746f726167652f696d616765732f36303734303365323832333235312a6350743259492d35597868664c335f556877307478412e706e67)](https://camo.githubusercontent.com/e4e4cbe7a993aa4aabf46f82470d814249b950e3a7ea1249d492696475722374/68747470733a2f2f6170692e726f6d61726b636f64652e636f6d2f73746f726167652f696d616765732f36303734303365323832333235312a6350743259492d35597868664c335f556877307478412e706e67)

Installation:
-------------

[](#installation)

Require this package with composer using the following command:

```
composer require g4t/chooch
```

```
php artisan vendor:publish --provider=g4t\Chooch\ChoochServiceProvider
```

Usage
-----

[](#usage)

##### in your `env` file add `chooch_token="token"`

[](#in-your-env-file-add-chooch_tokentoken)

##### register here to get token `https://app.chooch.ai/` and create model to get `model_id`

[](#register-here-to-get-token-httpsappchoochai-and-create-model-to-get-model_id)

Add Chooch to your Controller.
------------------------------

[](#add-chooch-to-your-controller)

```
use g4t\Chooch\Chooch;
```

##### Create Person with name in specific model

[](#create-person-with-name-in-specific-model)

```
Chooch::CreatePerson('person name', $model_id);
```

##### Insert image to specific person

[](#insert-image-to-specific-person)

```
Chooch::InsertPrsonImage($person_id, $request->image);
```

##### Create person with image

[](#create-person-with-image)

```
Chooch::InsertPersonWithImage('person name', $request->image, $model_id);
```

##### Search in specific model using local image

[](#search-in-specific-model-using-local-image)

```
Chooch::SearchLocal($request->image, $model_id);
```

##### Search in specific model using local image

[](#search-in-specific-model-using-local-image-1)

```
Chooch::SearchURL($request->image, $model_id);
```

### License

[](#license)

app.chooch.ai (laravel images recognition) is free software licensed under the MIT license.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1781d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d7b7c2556272b7d41b2b756e7791f812c3a22b8ab34fa69d47ae1d8806b67cb6?d=identicon)[hussein4alaa](/maintainers/hussein4alaa)

---

Top Contributors

[![hussein4alaa](https://avatars.githubusercontent.com/u/13614747?v=4)](https://github.com/hussein4alaa "hussein4alaa (12 commits)")

---

Tags

aiimagelaravelphprecognition

### Embed Badge

![Health badge](/badges/g4t-chooch/health.svg)

```
[![Health](https://phpackages.com/badges/g4t-chooch/health.svg)](https://phpackages.com/packages/g4t-chooch)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k14](/packages/tempest-framework)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
