PHPackages                             ahilan/aipredictfield - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ahilan/aipredictfield

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ahilan/aipredictfield
=====================

This will create a input field where we can able to get the predicted text from our file.

02JavaScript

Since Jul 29Pushed 6y agoCompare

[ Source](https://github.com/Ahilanm/text-prediction-field)[ Packagist](https://packagist.org/packages/ahilan/aipredictfield)[ RSS](/packages/ahilan-aipredictfield/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Text Prediction Field
=====================

[](#text-prediction-field)

This will create a input field where we can able to get the predicted text from our file.
-----------------------------------------------------------------------------------------

[](#this-will-create-a-input-field-where-we-can-able-to-get-the-predicted-text-from-our-file)

Installation
============

[](#installation)

Begin by pulling the package through Composer.

`composer require ahilan/aipredictfield`

Configuration
=============

[](#configuration)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

`\Ahilan\AiPredict\AiPredictServiceProvider::class,`

This Package requires vendor publish. To get started, you'll need to publish all vendor assets: `php artisan vendor:publish --provider="Ahilan\AiPredict\AiPredictServiceProvider"`

Then you need to add the css and js file in your blade file

``

``

Finally just run the config cache and view clear commands

`php artisan config:cache``php artisan view:clear`

Usage
=====

[](#usage)

To use add the below directive in your blade file to display the field

`@aipredict`

This will display the textarea field. Where you can able to get data.

Note
====

[](#note)

In .env file you must need to add the url of the server containing the AI model file.

`PREDICTION_URL='YOUR_URL'`

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/54c6057c67968fc37a7a50d7d010f93ab260ee1c2f0dc373cc82461be729f9ac?d=identicon)[Ahilanm](/maintainers/Ahilanm)

---

Top Contributors

[![Ahilanm](https://avatars.githubusercontent.com/u/42933172?v=4)](https://github.com/Ahilanm "Ahilanm (8 commits)")

### Embed Badge

![Health badge](/badges/ahilan-aipredictfield/health.svg)

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

PHPackages © 2026

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