This is a module to predict the products category using artificial inteligence.
Project description
NK Artificial Intelligence
Welcome to NKIA or NKAI in English. This project is used to categorize products based on its caracteristics, there is 29 different classes of food products. Another usage is to distinguish between food and non-food products.
Requirements
-
Install requirements:
pip install -r requirements.txt --user
-
Install NLTK stopwords:
python -m nltk.downloader stopwords
Usage
- Import classify class:
from nkia.ml.classify_products import ClassifyProducts as cp
- Predict product class:
cp().inference_from_category_model(product_name=['frozen fish'])
- Returns: String containing the predicted class name
- Parameters:
inference_from_category_model(ingredients=[''], allergics=[''], description=[''], product_name=[''])
- All the parameters must be in a single string format.
- Predict if product is a food or not:
cp().inference_from_food_model(product_name=['chocolate cake'])
- Returns: String 'food' or 'not food'
- Note: Food classifier just has the product name as parameter.
Examples
cp().inference_from_category_model(ingredients=['sugar salt vanilla orange'], allergics=['peanuts'], description=['this is an awesome product, hummmm'], product_name=['very delicious candy'])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nkia-1.9.1.tar.gz
(42.9 kB
view details)
Built Distribution
nkia-1.9.1-py3-none-any.whl
(9.9 kB
view details)
File details
Details for the file nkia-1.9.1.tar.gz
.
File metadata
- Download URL: nkia-1.9.1.tar.gz
- Upload date:
- Size: 42.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5832105b8c29bcf190f16c9e4f00fbdac1f2fe1c0214349ce7a949fe12d4b0e7 |
|
MD5 | e53071c03cb2e5cbab57a68ac352b8d8 |
|
BLAKE2b-256 | 7515e515a5d08429b29c27ec333691eb801830d02876cee5cd5a61246487e3b1 |
File details
Details for the file nkia-1.9.1-py3-none-any.whl
.
File metadata
- Download URL: nkia-1.9.1-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 960fd04cb32ea5c2099f795081a136ccb11bb38e4fe6cd26aab28cf6f487966c |
|
MD5 | 90da4db2eecf9eaab0bd1ac5c1c1a24d |
|
BLAKE2b-256 | fda1e4db7d13303ea9cc4902deab0ce59322591717aceebedc252fc5c84faf4e |