Best Flask open-source libraries and packages

Product_searcher

This project is a simple web application built with Python and Flask that allows users to upload a picture of a product, such as a pen, and then performs a Google image search to find stores that sell the product. The app then extracts and presents a list of stores along with their prices for the identified product.
Updated 4 months ago

Image Search Web App

This is a simple Flask-based web application that allows users to upload an image, perform a Google Lens search, and display search results in a tabular format. The search results include the source, link, and price of related items.

Features

  • Upload an image from your local device.
  • Utilize Google Lens to search for similar items.
  • Display search results with source, link, and price in a tabular format.
  • Clickable links to view the original items.

Demo

Watch the demo video to see the app in action: Watch Demo Video

Usage

  1. Clone the repository to your local machine.
  2. Install the required Python packages using pip install -r requirements.txt.
  3. Run the Flask app by executing python app.py.
  4. Access the web app in your browser at http://localhost:5000.
  5. Upload an image and click the "Search" button.
  6. View the search results with source, link, and price.

Dependencies

  • Flask
  • pandas
  • requests

File Structure

  • app.py: Main Flask application.
  • index.html: HTML template for rendering the web page.
  • style.css: CSS file for styling the web page.
  • requirements.txt: List of required Python packages.
  • uploads/: Folder to store uploaded images.
  • results.csv: CSV file containing search results data.

Contact

For any inquiries or feedback, please reach out to me at haratiank2@gmail.com