Application that works for matching images to provided website urls. The application get one image file, multiple website urls and multiple tags that seperated by comma. On the action performs to match image checkes all the input values and encode the image to base64 hashing string. The takes grabs the data from the websites that takes from the input and filters the images and also checkes them if the images matched with the uploaded one. The images are going to related image if those doesn't matches the uploaded image hash. After checking all the conditions it structures the data and provide the result to view.
- Run the application
- Input One image
- Add websites url to search the image
- Add tags
- Click Search Matches
- Wait for search action complete and get the result.
- Controllers: Search.php (Perform the image matching action)
- Routes: /search
- Views: Welcome (Contains the matching input form), search (Shows the matching results)
- Download or Clone the file to the local server directory just
- Go to the local server url and that will works. Example: http://localhost/your-directory

M.i.Sujon
www.misujon.com
contact@misujon.com


