PHP code example of bidhan / aimlkit

1. Go to this page and download the library: Download bidhan/aimlkit library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

bidhan / aimlkit example snippets


use Bidhan\AiMlKit\BidhanAIMLKIT;

$aimlkit = new BidhanAIMLKIT();
$sentiment = $aimlkit->getSentiments("ANY_STRING...");
print_r($sentiment);
sh
    php artisan vendor:publish --provider="Bidhan\AiMlKit\AiMlKitServiceProvider" --tag=config