Skip to main content

Python based library to find any product in ecommerce site using crawling and AI (like audio, images)

Project description

Ecom Finder

Python package

Upload Python Package

Intro
This project is can help users to find the optimal solutions for finding best products on ecomerce sites (for ex: amazon, flipkart) based on crawling, AI, Audio Processing, Image Processing, and busines analytics

How To Use

  • Installation

    pip install ecom-finder
    
  • Useage

    Package Name ecom_finder to import

      import ecom_finder as ef
      
      # For Text Based Search
      # Parameters - keyword = <Which product we want search online>, nor= <no of products for optimal solutions>
      result = ef.find("iPhone 12", 5)
      for result in result:
          print("-------------------------------------------------------------------------------------------------------------")
          print(result['Product Name'])
          print(result['Ecommerce Provider'])
          print(result['Price'])
          print(result['URL'])
          
      # For Audio Based Search
      # Parameters - nor= <no of products for optimal solutions> , 
      #              device <default=True> Make it false to extract audio from file, if it is False make sure you will provide the correct path for audio_file_path
      #              audio_file_path <default=None> Audio file path that contains the audio input for search ecommerce products
      result = ef.find_by_voice(5)
      for result in result:
          print("-------------------------------------------------------------------------------------------------------------")
          print(result['Product Name'])
          print(result['Ecommerce Provider'])
          print(result['Price'])
          print(result['URL'])
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ecom_finder-1.0.2.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ecom_finder-1.0.2-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file ecom_finder-1.0.2.tar.gz.

File metadata

  • Download URL: ecom_finder-1.0.2.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for ecom_finder-1.0.2.tar.gz
Algorithm Hash digest
SHA256 febb4a23bc85104613c7dfb847c186b9e93bb6f97584b5ce207b57eed2e5bdc1
MD5 80dbb57454b4417a1caef90a2c8969bc
BLAKE2b-256 383c4ad24adc18e82a6ff3714424f5009c5511ba05bde4911b84e1bcfd916ae8

See more details on using hashes here.

File details

Details for the file ecom_finder-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: ecom_finder-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for ecom_finder-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 090504f1c1227a2fb6a0a5f86bbb63e47f31bc75ad66e3c084bc19ac6ba90fce
MD5 c98eec04c7f09e642db73dd04343d3e9
BLAKE2b-256 9400b14bdd163a6326ae04d3a3d5b77abdc0ac9f9aecc30c3a95ca0eeb32f77d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page