This repo contains the utils scripts, and several submodules for LMI Technologies Inc. AI modeling development.
Currently, the following models are supported in the repo:
- Object Detection
- Anomaly Detection
- Classification
There are two options to use this repository:
Use this option if you only want to use the tools without modifying the code.
pip install "git+https://github.com/lmitechnologies/LMI_AI_Solutions.git@ais"Use this option if you plan to modify the code or contribute to the repository.
- Clone the repository:
git clone https://github.com/lmitechnologies/LMI_AI_Solutions.git- Install package in editable mode:
pip install -e LMI_AI_SolutionsRun any scripts in this repo, for example:
python -m lmi_utils.label_utils.plot_with_json -hPlease read the Contributing Guide before submitting a pull request. It covers branch workflow, commit conventions, pre-commit / Ruff setup, and PR requirements.