Hello and welcome to the course of machine learning. This is Satish Sharma. And Iād like to say that i am super excited to have inside this class.We are going to show you 10 examples of how machine learning is…
Author
Hello and welcome to the course of machine learning. This is Satish Sharma. And Iād like to say that i am super excited to have inside this class.We are going to show you 10 examples of how machine learning is…
What is Multi Tenancy? The term āwebsite or web-application multi tenancyā means a single instance of website or application runs on a server and serves multiple tenants. like same application host in multiple sub domain. Requirements : Laravel 5.6 or…
You are probably already familiar with the CSS box model, so letās begin this tutorial with a similarĀ birdās eye viewĀ representation of CSS Grid. All diagrams were taken from myĀ CSS Visual DictionaryĀ book. You canĀ get it here bundled together withĀ JavaScript Grammar. CSS…
The first thing we usually do after waking up in the morning is to check our cellphone to see if there are important messages from our colleagues and friends. Whether or not itās a good idea, this behavior has become…
To read and replace content from Doc file, you can use PHPWord package and download this package using composer command: 1) Open document 2) Replace string variables for single 3) Replace string variables for multi occurrence ā Replace variable value…
Laravel has a lot of helper functions that provide a convenient way of working with paths, arrays, and strings. It is almost impossible to know them all. Most developers know the most common ones, but there are some very useful…
Introduction Tesseract is an open sourceĀ text recognizer (OCR)Ā Engine, available under theĀ Apache 2.0 license.Ā It can be used directly, or (for programmers) using anĀ APIĀ to extract printed text from images. It supports a wide variety of languages. Tesseract doesnāt have a built-in GUI,…
This is a simple Wrapper around the ZipArchive methods with some handy functions. Installation Add this package to the list of required packages, insideĀ composer.json for Laravel 5:Ā “chumper/zipper”: “1.0.x” for Laravel 4:Ā “chumper/zipper”: “0.5.x” RunĀ composer update Go toĀ app/config/app.php add to providersĀ Chumper\Zipper\ZipperServiceProvider::class add…
Description Laravel IMAP is an easy way to integrate the native php imap library into yourĀ LaravelĀ app. If you want to use this library outside of Laravel, please head over toĀ webklex/php-imap Table of Contents Installation sudo apt-get install php*-imap php*-mbstring php*-mcrypt…
AutoML Video Intelligence AutoML Video IntelligenceĀ has a graphical interface that makes it easy to train your own custom models to classify and track objects within videos, even if you have minimal machine learning experience. Itās ideal for projects that require…