• Resolved aisapiens

    (@aisapiens)


    Hi,
    we have built a machine learning API service for classifying product pages.

    We are looking at creating a plugin which would automatically classify product pages based on our service. Can someone point us in any ready made open source projects that would help us start on this from something already working.

    We can start from scratch and/or use Claude, Openai for this purpose but would save us a lot of time, if something was already done.

    Will try explain a bit more about what we are trying to do and what the key steps are.

    On our platform https://www.productcategorization.com/ we offer categorization of products based on Google Shopping, Shopify and other taxonomies.

    Here is e.g. taxonomy from Shopify: https://github.com/Shopify/product-taxonomy and https://shopify.github.io/product-taxonomy/releases/2024-07/?categoryId=sg-4-17-2-17)

    Clients submit products we return categorizations, via API. The idea now is that clients would submit URLs, for product pages, and we would return category back but directly in the CRM, under some kind of metafield like Shopify provides.

    Hope this explains the issue we are having

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Support Reynier (a11n)

    (@reynierc)

    Hi @aisapiens ,

    It’s great to hear you’re creating a machine learning plugin for automatic product classification! While we don’t have a ready-made open source project for this exact purpose, I recommend checking out the WordPress Plugin Repository for inspiration or pieces to build upon. You might find existing taxonomy or API related plugins to modify.

    For WooCommerce specifically, check out the WooCommerce REST API documentation, it could be useful for integrating your service. And definitely look at existing WooCommerce extensions that handle product imports and updates, these might provide a good starting point.

    Keep in mind, you’ll likely need to create a custom solution to fully meet your needs, especially for CRM integration and handling metafields similar to Shopify. Hope this helps!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.