websitecategorization
Advanced tools
Comparing version 1.0.26 to 1.0.27
{ | ||
"name": "websitecategorization", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"homepage": "websitecategorizationapi.com", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -51,6 +51,2 @@ <a href="https://github.com/explainableaixai/websitecategorizationapi/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/explainableaixai/websitecategorizationapi"></a> | ||
# Shopify classification API | ||
In addition to website categorization, package can also be used for [Shopify classification API](https://www.productcategorization.com). It predicts one of the 10k categories from the new Shopify taxonomy launched in summer of 2024. | ||
# Machine Learning Models for Website Classification | ||
@@ -73,2 +69,11 @@ | ||
The NN model from the paper can be accessed here: [https://github.com/locuslab/TCN](https://github.com/philipperemy/keras-tcn), with keras implementation available at [https://github.com/philipperemy/keras-tcn](https://github.com/philipperemy/keras-tcn). | ||
# Shopify classification API | ||
In addition to our website categorization, we also provide Shopify classification API, which returns categories from around 10k Shopify categories and attributes for products. | ||
You can see the new Shopify categories here: [https://github.com/Shopify/product-taxonomy/blob/main/dist/en/categories.txt](https://github.com/Shopify/product-taxonomy/blob/main/dist/en/categories.txt) | ||
Also very interesting are the attributes of products which are returned with [ Shopify classification API](https://www.productcategorization.com) . | ||
@@ -75,0 +80,0 @@ # Feature engineering |
15165
320