Question: Please help me with this. I really, really need help. This is due tomorrow! This is my fourth time posting this same question, I never
Please help me with this. I really, really need help. This is due tomorrow! This is my fourth time posting this same question, I never got a response on the other three.
In Python 3.6 using PyQt5 and the images provided along with the image information below, complete the following task. For the search function, the Python code with the information of what to search has been provided in the link inside the zip file; it is called image_information.py. That zip file also includes the images needed to complete this along with some example code about the PyQt widgets written in Python 3.6.
Link to zip fle that includes images, image_information.py, and example code about PyQt5 widgets & image manipulation: https://filenurse.com/download/7f0f2ac705b805cfe9dd63bbaaa7bd2f.html
Please Help. Thank You!

Task Using PyQt, create a GUI for an enhanced image search engine. The user should be able to enter a search term into a QLineEdit widget. A QComboBox will allow the user to select one of the following image manipulations: sepia, negative, grayscale, thumbnail, or none. For the thumbnail, it is acceptable to reduce the image size by one half. Once the user presses the "Search" button (a QPushButton widget), your GUI should ei- ther display the image result in the same window or in a new window. Use the images provided below and the image information provided below Search Rules Your search should work as follows: Given a search term, search through the image title and image tags looking for matches. Your program should maintain a record of matches for each image. The image with the highest number of matches should be returned. If multiple images satisfy this condition, the image with the title that comes first alphabet- ically should be returned. For example, if the search term is "cactus near a beach", your program would find 2 word matches for the image "Quiet at dawn, Cabo San Lucas" and 1 word match for the image View from our rental. As another example, if the search term is "building in Italy", the image with the title "Lombardia, september 2017" should be returned (and not "Palazzo Madama"). (Both images have 2 word matches.) The search should not be case sensitive. A few additional sample test cases based on these rules will be provided. Task Using PyQt, create a GUI for an enhanced image search engine. The user should be able to enter a search term into a QLineEdit widget. A QComboBox will allow the user to select one of the following image manipulations: sepia, negative, grayscale, thumbnail, or none. For the thumbnail, it is acceptable to reduce the image size by one half. Once the user presses the "Search" button (a QPushButton widget), your GUI should ei- ther display the image result in the same window or in a new window. Use the images provided below and the image information provided below Search Rules Your search should work as follows: Given a search term, search through the image title and image tags looking for matches. Your program should maintain a record of matches for each image. The image with the highest number of matches should be returned. If multiple images satisfy this condition, the image with the title that comes first alphabet- ically should be returned. For example, if the search term is "cactus near a beach", your program would find 2 word matches for the image "Quiet at dawn, Cabo San Lucas" and 1 word match for the image View from our rental. As another example, if the search term is "building in Italy", the image with the title "Lombardia, september 2017" should be returned (and not "Palazzo Madama"). (Both images have 2 word matches.) The search should not be case sensitive. A few additional sample test cases based on these rules will be provided
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
