Metadata-Version: 2.1
Name: bom_analyzer
Version: 2.4
Summary: Bill of Materials outlier analysis using unsupervised machine learning.
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: sentence_transformers
Requires-Dist: matplotlib
Requires-Dist: umap-learn
Requires-Dist: hdbscan
Requires-Dist: scikit-learn
Requires-Dist: optuna
Requires-Dist: tqdm

# Bill of Materials Analyzer

Using unsupervised machine learning to find anomalies in a Cisco Bill of Materials.


## Getting Started

Install the bom_analyzer package from PyPI using:
> pip install bom_analyzer

After installing, import the library into your file using:
> from bom_analyzer import *


For full documentation visit https://bom-analyzer.readthedocs.io/en/latest/
