Skip to content

taylorhost/miro-vision-toolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miro-vision-toolbox

MiroAI's most commonly used computer-vision related python functions now at your fingertips!

Examples

Installing

Development

Building from Source

To install and test the miro-vision-toolbox locally:

git clone --shallow https://github.com/miroai/miro-vision-toolbox.git
cd miro-vision-toolbox
pip install -e .

Tests

Before pushing your commits, please make sure tests are ran! Tests are included in each function's docstring and can be ran using Python's doctest. To run tests on toolbox.img_utils:

python -m doctest -v toolbox/img_utils.py

To learn more about doctest see here

Documentation Generation

This package's documentation is located here (github page).

Thea Docs are automagically generated using mkdocs (see RealPython's excellent tutorial here). Additionally examples are generated using Jupyter notebook and converted into documentation thanks to mkdocs-jupyter.

Running mkdocs gh-deploy will update the live site (to be ran only after testing). To see the documentation page locally before pushing, run mkdocs serve then go to http://localhost:800

Resource

  • this package was build with inspiration from this and this post

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%