php-ai / php-mlx

PHP-MLX (php-ml next generation) - Machine Learning library for PHP
Other
91 stars 10 forks source link

How to use this library to recognize images like Baidu and Bing Search Engines ? #4

Open chegmarco1989 opened 3 years ago

chegmarco1989 commented 3 years ago

Hello.

I discovered this Machine Learning library and it encourages me not to look in other programming languages like Python (well known in the field of artificial intelligence). However, I don't know how or what algorithm to use with this library (PHP AI) to return single similar images that I submit. For example, most search engines like Google and especially Baidu or even bing, offer to search for images by loading images from your computer or phone via the type search field (), then provide results related to the uploaded image.

How then to do this kind of type with PHP AI while providing results corresponding to an image request exactly as it is possible on Baidu or bing ???

Thank you for directing me please.