An open API service indexing awesome lists of open source software.

https://github.com/hachreak/pylocating

Detect the accurate object position disturbed by noise using Artificial Intelligence algorithms
https://github.com/hachreak/pylocating

Last synced: 3 months ago
JSON representation

Detect the accurate object position disturbed by noise using Artificial Intelligence algorithms

Awesome Lists containing this project

README

          

==========
pylocating
==========

.. list-table::
:stub-columns: 1

* - docs
- |docs|
* - tests
- | |travis|
| |codecov|
|
* - package
- |version| |downloads| |wheel| |supported-versions| |supported-implementations|

.. |docs| image:: https://readthedocs.org/projects/pylocating/badge/?style=flat
:target: https://readthedocs.org/projects/pylocating
:alt: Documentation Status

.. |travis| image:: https://travis-ci.org/hachreak/pylocating.svg?branch=master
:alt: Travis-CI Build Status
:target: https://travis-ci.org/hachreak/pylocating

.. |codecov| image:: https://codecov.io/github/hachreak/pylocating/coverage.svg?branch=master
:alt: Coverage Status
:target: https://codecov.io/github/hachreak/pylocating
.. |version| image:: https://img.shields.io/pypi/v/pylocating.svg?style=flat
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/pylocating

.. |downloads| image:: https://img.shields.io/pypi/dm/pylocating.svg?style=flat
:alt: PyPI Package monthly downloads
:target: https://pypi.python.org/pypi/pylocating

.. |wheel| image:: https://img.shields.io/pypi/wheel/pylocating.svg?style=flat
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/pylocating

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/pylocating.svg?style=flat
:alt: Supported versions
:target: https://pypi.python.org/pypi/pylocating

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/pylocating.svg?style=flat
:alt: Supported implementations
:target: https://pypi.python.org/pypi/pylocating

Detect the accurate object position disturbed by noise using Artificial
Intelligence algorithms.

* Free software: GPLv2 license

Installation
============

::

pip install pylocating

Documentation
=============

https://pylocating.readthedocs.org/

Development
===========

To run the all tests run::

tox