MANIFEST.in
README.md
setup.py
data/brand_prefix.json
data/clf_category_blacklist.txt
data/ocr/brand.txt
data/ocr/brand_from_taxonomy.txt
data/ocr/brand_logo_annotation.txt
data/ocr/brand_taxonomy_blacklist.txt
data/ocr/image_flag_beauty.txt
data/ocr/image_flag_miscellaneous.txt
data/ocr/label_flashtext.txt
data/ocr/label_logo_annotation.txt
data/ocr/packaging.txt
data/ocr/store_notify.txt
data/ocr/store_regex.txt
data/ocr/trace_allergen.txt
data/taxonomies/brands.full.json
data/taxonomies/categories.full.json
data/taxonomies/ingredients.full.json
data/taxonomies/labels.full.json
robotoff/__init__.py
robotoff/__main__.py
robotoff/brands.py
robotoff/ingredients.py
robotoff/metrics.py
robotoff/models.py
robotoff/mongo.py
robotoff/off.py
robotoff/products.py
robotoff/scheduler.py
robotoff/settings.py
robotoff/slack.py
robotoff/taxonomy.py
robotoff.egg-info/PKG-INFO
robotoff.egg-info/SOURCES.txt
robotoff.egg-info/dependency_links.txt
robotoff.egg-info/requires.txt
robotoff.egg-info/top_level.txt
robotoff/app/__init__.py
robotoff/app/api.py
robotoff/app/auth.py
robotoff/app/core.py
robotoff/app/middleware.py
robotoff/cli/__init__.py
robotoff/cli/annotate.py
robotoff/cli/batch.py
robotoff/cli/insights.py
robotoff/cli/run.py
robotoff/cli/spellcheck.py
robotoff/elasticsearch/__init__.py
robotoff/elasticsearch/category/__init__.py
robotoff/elasticsearch/category/dump.py
robotoff/elasticsearch/category/match.py
robotoff/elasticsearch/category/predict.py
robotoff/elasticsearch/category/preprocessing.py
robotoff/elasticsearch/product/__init__.py
robotoff/elasticsearch/product/dump.py
robotoff/insights/__init__.py
robotoff/insights/_enum.py
robotoff/insights/annotate.py
robotoff/insights/data.py
robotoff/insights/extraction.py
robotoff/insights/importer.py
robotoff/insights/normalize.py
robotoff/insights/question.py
robotoff/insights/validator.py
robotoff/insights/ocr/__init__.py
robotoff/insights/ocr/brand.py
robotoff/insights/ocr/core.py
robotoff/insights/ocr/dataclass.py
robotoff/insights/ocr/expiration_date.py
robotoff/insights/ocr/image_flag.py
robotoff/insights/ocr/image_orientation.py
robotoff/insights/ocr/label.py
robotoff/insights/ocr/nutrient.py
robotoff/insights/ocr/packager_code.py
robotoff/insights/ocr/packaging.py
robotoff/insights/ocr/product_weight.py
robotoff/insights/ocr/store.py
robotoff/insights/ocr/trace.py
robotoff/insights/ocr/utils.py
robotoff/ml/__init__.py
robotoff/ml/langid.py
robotoff/ml/networking.py
robotoff/ml/category/__init__.py
robotoff/ml/category/hierarchical_classifier.py
robotoff/ml/category/neural/__init__.py
robotoff/ml/category/neural/data_utils.py
robotoff/ml/category/neural/dataclass.py
robotoff/ml/category/neural/io.py
robotoff/ml/category/neural/model.py
robotoff/ml/category/neural/preprocess.py
robotoff/ml/object_detection/__init__.py
robotoff/ml/object_detection/core.py
robotoff/ml/object_detection/download.py
robotoff/ml/object_detection/local.py
robotoff/ml/object_detection/utils/__init__.py
robotoff/ml/object_detection/utils/dataset_util.py
robotoff/ml/object_detection/utils/label_map_util.py
robotoff/ml/object_detection/utils/ops.py
robotoff/ml/object_detection/utils/string_int_label_map_pb2.py
robotoff/ml/object_detection/utils/visualization_utils.py
robotoff/utils/__init__.py
robotoff/utils/cache.py
robotoff/utils/es.py
robotoff/utils/i18n.py
robotoff/utils/text.py
robotoff/utils/types.py
robotoff/workers/__init__.py
robotoff/workers/client.py
robotoff/workers/listener.py
robotoff/workers/tasks.py
tests/__init__.py
tests/test_brands.py
tests/test_ingredients.py
tests/test_taxonomy.py
tests/elasticsearch/__init__.py
tests/elasticsearch/category/__init__.py
tests/elasticsearch/category/test_preprocessing.py
tests/insights/__init__.py
tests/insights/test_question.py
tests/insights/ocr/__init__.py
tests/insights/ocr/test_brand.py
tests/insights/ocr/test_dataclass.py
tests/insights/ocr/test_image_orientation.py
tests/insights/ocr/test_label.py
tests/insights/ocr/test_product_weight.py
tests/insights/ocr/test_store.py
tests/ml/__init__.py
tests/ml/test_langid.py
tests/ml/category/__init__.py
tests/ml/category/neural/__init__.py
tests/ml/category/neural/test_model.py
tests/utils/__init__.py
tests/utils/test_i18n.py