Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.74 KB

File metadata and controls

38 lines (32 loc) · 1.74 KB

Laravel Image Matching Web Application

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.

How it works

  • 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.

Files those contains works

  • Controllers: Search.php (Perform the image matching action)
  • Routes: /search
  • Views: Welcome (Contains the matching input form), search (Shows the matching results)

How to install



Contribution


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


Thank You