{"id":18617144,"url":"https://github.com/achabotl/pambox","last_synced_at":"2025-04-11T02:30:29.331Z","repository":{"id":141777468,"uuid":"21277340","full_name":"achabotl/pambox","owner":"achabotl","description":"Python auditory modeling toolbox.","archived":false,"fork":false,"pushed_at":"2016-11-30T03:14:55.000Z","size":5354,"stargazers_count":36,"open_issues_count":18,"forks_count":8,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-03-25T07:13:02.550Z","etag":null,"topics":["auditory","hearing","modeling","speech"],"latest_commit_sha":null,"homepage":"http://pambox.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/achabotl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-06-27T13:51:55.000Z","updated_at":"2024-10-31T08:53:17.000Z","dependencies_parsed_at":"2023-09-25T00:57:53.996Z","dependency_job_id":null,"html_url":"https://github.com/achabotl/pambox","commit_stats":{"total_commits":779,"total_committers":5,"mean_commits":155.8,"dds":0.08600770218228493,"last_synced_commit":"be1af869538e9e1781f990a9036856cb1153b58d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achabotl%2Fpambox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achabotl%2Fpambox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achabotl%2Fpambox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achabotl%2Fpambox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/achabotl","download_url":"https://codeload.github.com/achabotl/pambox/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248329487,"owners_count":21085541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auditory","hearing","modeling","speech"],"created_at":"2024-11-07T03:39:15.498Z","updated_at":"2025-04-11T02:30:28.290Z","avatar_url":"https://github.com/achabotl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Python Auditory Modeling Toolbox\n================================\n\n.. image:: https://travis-ci.org/achabotl/pambox.svg?branch=develop\n    :target: https://travis-ci.org/achabotl/pambox\n.. image:: https://readthedocs.org/projects/pambox/badge/?version=latest\n    :target: http://pambox.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\npambox is a Python toolbox to facilitate the development of auditory\nmodels, with a focus on speech intelligibility prediction models.\n\nThe project is maintained by `@AlexChabotL \u003chttps://twitter.com/AlexChabotL\u003e`_.\n\npambox provides a consistent API for speech intelligibility models,\ninspired by `Scikit-learn \u003chttp://scikit-learn.org/\u003e`_, to facilitate\ncomparisons across models.\n\nLinks:\n~~~~~~\n\n-  Official source code repo: https://github.com/achabotl/pambox\n-  HTML documentations: http://pambox.readthedocs.org\n-  Issue tracker: https://github.com/achabotl/pambox/issues\n-  Mailing list: python-pambox@googlegroups.com\n-  Mailing list archive: https://groups.google.com/d/forum/python-pambox\n\nDependencies\n------------\n\npambox is tested to work under Python 2.7 and Python 3.4 (thanks to\n``six``). Only Mac OS X (10.9) has been tested thoroughly.\n\nThe main dependencies are :\n\n- `Numpy \u003chttp://www.numpy.org/\u003e`_ \u003e= 1.8.0,\n- `Scipy \u003chttp://scipy.org/scipylib/\u003e`_ \u003e=0.14.0,\n- `Pandas \u003chttp://pandas.pydata.org\u003e`_ \u003e=0.14.1,\n- `six \u003chttps://bitbucket.org/gutworth/six\u003e`_ \u003e=1.7.2 (to have a single\n  codebase for Python 2 and Python 3).\n- `ipython-notebook \u003chttp://ipython.org\u003e`_ \u003e= 2.3.1 (for parallel experiments)\n\nLower versions of these packages are likely to work as well but have not been\nthoroughly tested.\n\n`pyaudio \u003chttp://people.csail.mit.edu/hubert/pyaudio/\u003e`_ is required if you\nwant to use the ``audio`` module.\n\nFor running tests, you will need `pytest \u003chttp://pytest.org/\u003e`_ and `pytest-cov \u003chttps://pypi.python.org/pypi/pytest-cov\u003e`_.\n\nInstall\n-------\n\nRight now, `pambox` is only avaible through Github. It should be available\nvia `pip` soon. To install pambox from source::\n\n    git clone https://github.com/achabotl/pambox.git\n    cd pambox\n    python setup.py install\n\nIf you need more details, see the\n[Installation](https://github.com/achabotl/pambox/wiki/Installation) page on\nthe wiki.\n\n\nContributing\n------------\n\nYou can check out the latest source and install it for development with:\n\n::\n\n    git clone https://github.com/achabotl/pambox.git\n    cd pambox\n    python setup.py develop\n\nTo run tests (you will need `pytest`), from the root pambox folder, type:\n\n::\n\n    python setup.py test\n\nLicense\n-------\n\npambox is licensed under the New BSD License (3-clause BSD license).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachabotl%2Fpambox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fachabotl%2Fpambox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachabotl%2Fpambox/lists"}