Skip to content

Navalmartin/mir_ml_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mir-ml-utils

The ML engine for the mir (Marine Inspection by Remote) app.

Install

You can install the utilities via pip

pip install mir-ml-utils

For a specific version use

pip install mir-ml-utils==x.x.x

You can uninstall the project via

pip3 uninstall mir-ml-utils

Dependencies

  • PyTorch

  • Numpy

  • Pillow

  • matplolib

  • sphinx (if you want to build the documentation)

The project also gets benefited from easyfsl and easy-few-shot-learning. However, you don't need to install this as a fork is maintained within mir-engine

Testing

There are additional dependencies if you want to run the tests

  • pytest
  • coverage
  • flake8

In order to test locally, you can run the

local_test_pipeline.sh

The script first runs flake8 and then pytest with coverage. Finally, it produces a report coverage_report.txt.

Installation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published