pyNAVIS


NamepyNAVIS JSON
Version 1.1.8 PyPI version JSON
download
home_pagehttps://github.com/jpdominguez/pyNAVIS
SummaryUseful tools to analyze and process spiking information from neuromorphic auditory sensors.
upload_time2023-11-15 15:37:18
maintainer
docs_urlNone
authorJuan P. Dominguez-Morales
requires_python
licenseGPL
keywords pynavis navis neuromorphic engineering neuromorphic audio processing neuromorphic sensors
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## pyNAVIS: an open-source cross-platform Neuromorphic Auditory VISualizer


<p>
<img align="right" height="180" width="180"  src="https://github.com/jpdominguez/pyNAVIS/blob/master/images/wiki-images/pynavis_logo.png?raw=true"/>
<a href="http://www.gnu.org/licenses/gpl-3.0">
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg"/>
</a>
<a href="https://pypi.python.org/pypi/pyNAVIS">
<img src="https://img.shields.io/pypi/v/pyNAVIS.svg"/>
</a>
<a href="https://pynavis.readthedocs.io/en/latest">
<img src="https://readthedocs.org/projects/pynavis/badge/?version=latest"/>
</a>
</p>



<p align="justify">
pyNAVIS is an open-source cross-platform Python module for analyzing and processing spiking information obtained from neuromorphic auditory sensors. It is primarily focused to be used with a NAS, but can work with any other cochlea sensor.</p>
</p>





<h2>Installing</h2>

<p align="justify">
pyNAVIS is distributed on <a href="https://pypi.org/project/pyNAVIS/">PyPi</a> and can be installed with pip:


```
pip install pyNAVIS
```



For more information, head over to the <a href="https://pynavis.readthedocs.io/en/latest/">ReadTheDocs Documentation</a>.

</p>





<h2>Getting started</h2>

<p align="justify">
Now that you have everything set up, you can create a new Python file and import the package:

```
from pyNAVIS import *
```

With this, you can now use all the functionalities that pyNAVIS provides. A more detailed guide with examples can be read <a href="https://pynavis.readthedocs.io/en/latest/Getting%20started.html">here</a>.

</p>







<h2>Software package</h2>

<p align="justify">
The Python code has been documented using docstrings, which is very convenient for users that want to either use the software or develop new features and functionalities.
</p>
<p align="justify">
To see all the information for the different Python modules, classes, methods and all the possible configuration options, read the <a href="https://pynavis.readthedocs.io/en/latest/pyNAVIS.html">pyNAVIS package section</a>.
</p>






<h2>Contributing</h2>

<p align="justify">
New functionalities or improvements to the existing project are welcome. To contribute to this project please follow these guidelines:
<ol align="justify">
<li> Search previous suggestions before making a new one, as yours may be a duplicate.</li>
<li> Fork the project.</li>
<li> Create a branch.</li>
<li> Commit your changes to improve the project.</li>
<li> Push this branch to your GitHub project.</li>
<li> Open a <a href="https://github.com/jpdominguez/pyNAVIS/pulls">Pull Request</a>.</li>
<li> Discuss, and optionally continue committing.</li>
<li> Wait untill the project owner merges or closes the Pull Request.</li>
</ol>
If it is a new feature request (e.g., a new functionality), post an issue to discuss this new feature before you start coding. If the project owner approves it, assign the issue to yourself and then do the steps above.
</p>
<p align="justify">
Thank you for contributing to pyNAVIS!
</p>


<h2 name="Cite">Cite this work</h2>
<p align="justify">
<b>APA</b>: Dominguez-Morales, J. P., Gutierrez-Galan, D., Rios-Navarro, A., Duran-Lopez, L., Dominguez-Morales, M., & Jimenez-Fernandez, A. (2021). pyNAVIS: An open-source cross-platform software for spike-based neuromorphic audio information processing. Neurocomputing, 449, 172-175.
</p>
<p align="justify">
<b>ISO 690</b>: DOMINGUEZ-MORALES, Juan P., et al. pyNAVIS: An open-source cross-platform software for spike-based neuromorphic audio information processing. Neurocomputing, 2021, vol. 449, p. 172-175.
</p>
<p align="justify">
<b>MLA</b>: Dominguez-Morales, Juan P., et al. "pyNAVIS: An open-source cross-platform software for spike-based neuromorphic audio information processing." Neurocomputing 449 (2021): 172-175.
</p>
<p align="justify">
<b>BibTeX</b>: @article{dominguez2021pynavis,
  title={pyNAVIS: An open-source cross-platform software for spike-based neuromorphic audio information processing},
  author={Dominguez-Morales, Juan P and Gutierrez-Galan, D and Rios-Navarro, A and Duran-Lopez, L and Dominguez-Morales, M and Jimenez-Fernandez, A},
  journal={Neurocomputing},
  volume={449},
  pages={172--175},
  year={2021},
  publisher={Elsevier}
}
</p>





<h2>License</h2>
<p align="justify">
This project is licensed under the GPL License - see the <a href="https://github.com/jpdominguez/pyNAVIS/blob/master/LICENSE">LICENSE.md file</a> for details.
</p>

<p align="justify">
Copyright © 2018 Juan P. Dominguez-Morales<br>  
<a href="mailto:jpdominguez@atc.us.es">jpdominguez@atc.us.es</a>
</p>



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jpdominguez/pyNAVIS",
    "name": "pyNAVIS",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pyNAVIS,NAVIS,neuromorphic engineering,neuromorphic audio processing,neuromorphic sensors",
    "author": "Juan P. Dominguez-Morales",
    "author_email": "jpdominguez@us.es",
    "download_url": "https://files.pythonhosted.org/packages/59/2e/f5ba6956520f9c1530e17459e71fe050a9f9384c230cba457f1a296074cf/pyNAVIS-1.1.8.tar.gz",
    "platform": null,
    "description": "## pyNAVIS: an open-source cross-platform Neuromorphic Auditory VISualizer\n\n\n<p>\n<img align=\"right\" height=\"180\" width=\"180\"  src=\"https://github.com/jpdominguez/pyNAVIS/blob/master/images/wiki-images/pynavis_logo.png?raw=true\"/>\n<a href=\"http://www.gnu.org/licenses/gpl-3.0\">\n<img src=\"https://img.shields.io/badge/License-GPL%20v3-blue.svg\"/>\n</a>\n<a href=\"https://pypi.python.org/pypi/pyNAVIS\">\n<img src=\"https://img.shields.io/pypi/v/pyNAVIS.svg\"/>\n</a>\n<a href=\"https://pynavis.readthedocs.io/en/latest\">\n<img src=\"https://readthedocs.org/projects/pynavis/badge/?version=latest\"/>\n</a>\n</p>\n\n\n\n<p align=\"justify\">\npyNAVIS is an open-source cross-platform Python module for analyzing and processing spiking information obtained from neuromorphic auditory sensors. It is primarily focused to be used with a NAS, but can work with any other cochlea sensor.</p>\n</p>\n\n\n\n\n\n<h2>Installing</h2>\n\n<p align=\"justify\">\npyNAVIS is distributed on <a href=\"https://pypi.org/project/pyNAVIS/\">PyPi</a> and can be installed with pip:\n\n\n```\npip install pyNAVIS\n```\n\n\n\nFor more information, head over to the <a href=\"https://pynavis.readthedocs.io/en/latest/\">ReadTheDocs Documentation</a>.\n\n</p>\n\n\n\n\n\n<h2>Getting started</h2>\n\n<p align=\"justify\">\nNow that you have everything set up, you can create a new Python file and import the package:\n\n```\nfrom pyNAVIS import *\n```\n\nWith this, you can now use all the functionalities that pyNAVIS provides. A more detailed guide with examples can be read <a href=\"https://pynavis.readthedocs.io/en/latest/Getting%20started.html\">here</a>.\n\n</p>\n\n\n\n\n\n\n\n<h2>Software package</h2>\n\n<p align=\"justify\">\nThe Python code has been documented using docstrings, which is very convenient for users that want to either use the software or develop new features and functionalities.\n</p>\n<p align=\"justify\">\nTo see all the information for the different Python modules, classes, methods and all the possible configuration options, read the <a href=\"https://pynavis.readthedocs.io/en/latest/pyNAVIS.html\">pyNAVIS package section</a>.\n</p>\n\n\n\n\n\n\n<h2>Contributing</h2>\n\n<p align=\"justify\">\nNew functionalities or improvements to the existing project are welcome. To contribute to this project please follow these guidelines:\n<ol align=\"justify\">\n<li> Search previous suggestions before making a new one, as yours may be a duplicate.</li>\n<li> Fork the project.</li>\n<li> Create a branch.</li>\n<li> Commit your changes to improve the project.</li>\n<li> Push this branch to your GitHub project.</li>\n<li> Open a <a href=\"https://github.com/jpdominguez/pyNAVIS/pulls\">Pull Request</a>.</li>\n<li> Discuss, and optionally continue committing.</li>\n<li> Wait untill the project owner merges or closes the Pull Request.</li>\n</ol>\nIf it is a new feature request (e.g., a new functionality), post an issue to discuss this new feature before you start coding. If the project owner approves it, assign the issue to yourself and then do the steps above.\n</p>\n<p align=\"justify\">\nThank you for contributing to pyNAVIS!\n</p>\n\n\n<h2 name=\"Cite\">Cite this work</h2>\n<p align=\"justify\">\n<b>APA</b>: Dominguez-Morales, J. P., Gutierrez-Galan, D., Rios-Navarro, A., Duran-Lopez, L., Dominguez-Morales, M., & Jimenez-Fernandez, A. (2021). pyNAVIS: An open-source cross-platform software for spike-based neuromorphic audio information processing. Neurocomputing, 449, 172-175.\n</p>\n<p align=\"justify\">\n<b>ISO 690</b>: DOMINGUEZ-MORALES, Juan P., et al. pyNAVIS: An open-source cross-platform software for spike-based neuromorphic audio information processing. Neurocomputing, 2021, vol. 449, p. 172-175.\n</p>\n<p align=\"justify\">\n<b>MLA</b>: Dominguez-Morales, Juan P., et al. \"pyNAVIS: An open-source cross-platform software for spike-based neuromorphic audio information processing.\" Neurocomputing 449 (2021): 172-175.\n</p>\n<p align=\"justify\">\n<b>BibTeX</b>: @article{dominguez2021pynavis,\n  title={pyNAVIS: An open-source cross-platform software for spike-based neuromorphic audio information processing},\n  author={Dominguez-Morales, Juan P and Gutierrez-Galan, D and Rios-Navarro, A and Duran-Lopez, L and Dominguez-Morales, M and Jimenez-Fernandez, A},\n  journal={Neurocomputing},\n  volume={449},\n  pages={172--175},\n  year={2021},\n  publisher={Elsevier}\n}\n</p>\n\n\n\n\n\n<h2>License</h2>\n<p align=\"justify\">\nThis project is licensed under the GPL License - see the <a href=\"https://github.com/jpdominguez/pyNAVIS/blob/master/LICENSE\">LICENSE.md file</a> for details.\n</p>\n\n<p align=\"justify\">\nCopyright \u00c2\u00a9 2018 Juan P. Dominguez-Morales<br>  \n<a href=\"mailto:jpdominguez@atc.us.es\">jpdominguez@atc.us.es</a>\n</p>\n\n\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Useful tools to analyze and process spiking information from neuromorphic auditory sensors.",
    "version": "1.1.8",
    "project_urls": {
        "Download": "https://pypi.org/project/pyNAVIS/",
        "Homepage": "https://github.com/jpdominguez/pyNAVIS"
    },
    "split_keywords": [
        "pynavis",
        "navis",
        "neuromorphic engineering",
        "neuromorphic audio processing",
        "neuromorphic sensors"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1548b7f73ac808615018859df705fa820568683eb8a34355b810180ff4a38d72",
                "md5": "3517c2372ca8c4285e6ce5aae833f762",
                "sha256": "40b9f7e80fc436793cf598a2e584849d5e992a7d191d1edb922790e40659efee"
            },
            "downloads": -1,
            "filename": "pyNAVIS-1.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3517c2372ca8c4285e6ce5aae833f762",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 31860,
            "upload_time": "2023-11-15T15:37:14",
            "upload_time_iso_8601": "2023-11-15T15:37:14.189367Z",
            "url": "https://files.pythonhosted.org/packages/15/48/b7f73ac808615018859df705fa820568683eb8a34355b810180ff4a38d72/pyNAVIS-1.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "592ef5ba6956520f9c1530e17459e71fe050a9f9384c230cba457f1a296074cf",
                "md5": "86bc1893f4039b93d178083b39708fae",
                "sha256": "e61f9ef855dbb2c833c27cacc2897527e9654ee6117186e1d073f4b7cb317c1e"
            },
            "downloads": -1,
            "filename": "pyNAVIS-1.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "86bc1893f4039b93d178083b39708fae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26214,
            "upload_time": "2023-11-15T15:37:18",
            "upload_time_iso_8601": "2023-11-15T15:37:18.044156Z",
            "url": "https://files.pythonhosted.org/packages/59/2e/f5ba6956520f9c1530e17459e71fe050a9f9384c230cba457f1a296074cf/pyNAVIS-1.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-15 15:37:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jpdominguez",
    "github_project": "pyNAVIS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pynavis"
}
        
Elapsed time: 0.14134s