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
- Host: GitHub
- URL: https://github.com/hachreak/pylocating
- Owner: hachreak
- License: gpl-2.0
- Created: 2015-10-09T16:41:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T12:37:22.000Z (almost 10 years ago)
- Last Synced: 2025-05-13T23:10:49.650Z (5 months ago)
- Language: Python
- Size: 1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: COPYING
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/pylocatingDetect 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