{"id":37669978,"url":"https://github.com/ynop/evalmate","last_synced_at":"2026-01-16T12:02:21.229Z","repository":{"id":53664531,"uuid":"144022039","full_name":"ynop/evalmate","owner":"ynop","description":"Tools for evaluating audio related machine learning tasks.","archived":false,"fork":false,"pushed_at":"2022-06-21T21:23:50.000Z","size":158,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-23T22:53:00.285Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://evalmate.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ynop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-08T14:02:37.000Z","updated_at":"2024-12-02T17:41:40.000Z","dependencies_parsed_at":"2022-09-04T23:21:18.660Z","dependency_job_id":null,"html_url":"https://github.com/ynop/evalmate","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ynop/evalmate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynop%2Fevalmate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynop%2Fevalmate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynop%2Fevalmate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynop%2Fevalmate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ynop","download_url":"https://codeload.github.com/ynop/evalmate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynop%2Fevalmate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-16T12:02:20.382Z","updated_at":"2026-01-16T12:02:21.138Z","avatar_url":"https://github.com/ynop.png","language":"Python","readme":"# EVALMATE\n\n[![PyPI](https://img.shields.io/pypi/v/evalmate.svg)](https://pypi.python.org/pypi/evalmate)\n[![Run Status](https://api.shippable.com/projects/5b6c0016c767f20700d1d2e0/badge?branch=master)](https://app.shippable.com/github/ynop/evalmate)\n[![Coverage Badge](https://api.shippable.com/projects/5b6c0016c767f20700d1d2e0/coverageBadge?branch=master)](https://app.shippable.com/github/ynop/evalmate)\n[![Documentation Status](https://readthedocs.org/projects/evalmate/badge/?version=latest)](https://evalmate.readthedocs.io/en/latest/?badge=latest)\n\nEvalmate is a set of tools for evaluating audio related machine learning tasks.\n\n[Documentation](https://evalmate.readthedocs.io/)  \n[Examples](https://github.com/ynop/evalmate/tree/master/examples)  \n[Changelog](https://evalmate.readthedocs.io/en/latest/notes/changelog.html)  \n\n## Installation\n\n```sh\npip install evalmate \n```\n\nInstall the latest development version:\n\n```sh\npip install git+https://github.com/ynop/evalmate.git\n```\n\n## Development\n\n### Prerequisites\n\n* [A supported version of Python 3](https://docs.python.org/devguide/index.html#status-of-python-branches)\n\nIt's recommended to use a virtual environment when developing audiomate. To create one, execute the following command in the project's root directory:\n\n```\npython -m venv .\n```\n\nTo install evalmate and all it's dependencies, execute:\n\n```\npip install -e .\n```\n\n### Running the test suite\n\n```\npip install -e .[dev]\npython setup.py test\n```\n\nWith PyCharm you might have to change the default test runner. Otherwise, it might only suggest to use nose. To do so, go to File \u003e Settings \u003e Tools \u003e Python Integrated Tools (on the Mac it's PyCharm \u003e Preferences \u003e Settings \u003e Tools \u003e Python Integrated Tools) and change the test runner to py.test.\n\n### Editing the Documentation\n\nThe documentation is written in [reStructuredText](http://docutils.sourceforge.net/rst.html) and transformed into various output formats with the help of [Sphinx](http://www.sphinx-doc.org/).\n\n* [Syntax reference reStructuredText](http://docutils.sourceforge.net/docs/user/rst/quickref.html)\n* [Sphinx-specific additions to reStructuredText](http://www.sphinx-doc.org/en/stable/markup/index.html)\n\nTo generate the documentation, execute:\n\n```\npip install -e .[dev]\ncd docs\nmake html\n```\n\nThe generated files are written to `docs/_build/html`.\n\n### Versions\n\nVersions is handled using [bump2version](https://github.com/c4urself/bump2version). To bump the version:\n\n```\nbump2version [major,minor,patch,release,num]\n```\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynop%2Fevalmate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fynop%2Fevalmate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynop%2Fevalmate/lists"}