{ "info": { "author": "Matthieu Berjon", "author_email": "matthieu@berjon.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=============================\nAcoustic Scene Classification\n=============================\n\n+------------------+---------------------------------+\n| **Development** | |travis| |coveralls| |\n+------------------+---------------------------------+\n| **Last release** | |v| |pyversions| |dependencies| |\n+------------------+---------------------------------+\n| **PyPI status** | |format| |status| |l| |\n+------------------+---------------------------------+\n\n.. |travis| image::\n https://travis-ci.org/mattberjon/asc-cnn.svg?branch=master\n :target: https://travis-ci.org/mattberjon/asc-cnn\n :alt: Travis CI builds\n\n.. |coveralls| image::\n https://coveralls.io/repos/github/mattberjon/asc-cnn/badge.svg?branch=master\n :target: https://coveralls.io/github/mattberjon/asc-cnn?branch=master\n :alt: Coverall coverage report\n\n.. |v| image:: \n https://img.shields.io/pypi/v/asc.svg\n :target: https://pypi.python.org/pypi/asc/\n :alt: PyPI Latest Version\n\n.. |pyversions| image::\n https://img.shields.io/pypi/pyversions/asc.svg\n :target: https://pypi.python.org/pypi/asc/\n :alt: Python versions (PyPI)\n\n.. |dependencies| image::\n https://pyup.io/repos/github/mattberjon/asc-cnn/shield.svg\n :target: https://pyup.io/repos/github/mattberjon/asc-cnn/\n :alt: Updates\n\n.. |format| image::\n https://img.shields.io/pypi/format/asc.svg \n :target: https://pypi.python.org/pypi/asc\n :alt: Distribution format (PyPI)\n\n.. |status| image::\n https://img.shields.io/pypi/status/asc.svg\n :target: https://pypi.python.org/pypi/asc\n :alt: Project status (PyPI)\n\n.. |l| image::\n https://img.shields.io/pypi/l/asc.svg\n :target: https://pypi.python.org/pypi/asc\n :alt: License (PyPI)\n\n\nAcoustic Scene Auditory (ASC) using Convolutional Neural Network (CNN) is a\nproject being part of the Machine Learning Nanodegreen program given by\nUdacity. For a description of the proposal, you can refer to its `web\nversion`_.\n\nDataset\n-------\n\nThe dataset can be downloaded on the `Zenodo`_ server.\n\nFeatures\n--------\n\n* TODO\n\nCredits\n---------\n\nProject created by `Matthieu Berjon`_ and based on the work of Simone Battaglino,\nLudovick Lepauloux and Nicholas Evans.\n\nThis package was created with Cookiecutter_ and the\n`audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _`web version`: http://berjon.net/blog/2017/07/22/acoustic-scene-classficiation-using-cnn/\n.. _`Zenodo`: https://zenodo.org/record/400515\n.. _`Matthieu Berjon`: http://berjon.net\n\n\n=======\nHistory\n=======\n\n0.3.1 (2017-08-22)\n------------------\n\nAdded\n^^^^^\n\n* `Issue #8`_: config file feature\n* `Issue #11`_: Samplerate setting up through CLI\n* `Issue #10`_: Spectrogram calculation\n* `Issue #24`_: Add a 'config' subcommand to the CLI\n* `Issue #25`_: Read a value from the config file\n* `Issue #21`_: Script to verify the samplerate sanity of the database\n* `Issue #30`_: Function to transform milliseconds to samples\n\nChanged\n^^^^^^^\n\n* `Issue #23`_: Update of the documentation for the installation process\n* `Issue #26`_: Update of the CLI subcommand 'getdata' \n* `Issue #32`_: Exception handling in config reading\n\nDeprecated\n^^^^^^^^^^\n\nNothing.\n\nRemoved\n^^^^^^^\n\nNothing.\n\nFixed\n^^^^^\n\n* `Issue #9`_: trailing slash on data path\n* `Issue #13`_: Update of the config file parameters\n* `Issue #15`_: Crash when setting up the samplerate\n* `Issue #22`_: Update of the dependency list\n* `Issue #25`_: Update of the config file\n* Update of docstrings\n* Update of the documentation\n\nSecurity\n^^^^^^^^\n\n* Update of the Coveralls library from 1.1 to 1.2.0\n\n0.2.3 (2017-08-07)\n------------------\n\nAdded\n^^^^^\n\n* Travis config file\n* pytest suite\n* CLI tests\n* `issue #5`_: Package coverage for the development setup\n* `issue #6`_: adding of a `clear_zip()` to clean the archive files\n\nChanged\n^^^^^^^\n\n* Python 3.3 testing removed\n\nDeprecated\n^^^^^^^^^^\n\n* Nothing\n\nRemoved\n^^^^^^^\n\n* Nothing\n\nFixed\n^^^^^\n\n* `Issue #4`_: invalid functools dependency\n* `Issue #7`_: update of docstring `unzip_data()`\n\nSecurity\n^^^^^^^^\n\n* Nothing\n\n\n0.2.2 (2017-07-31)\n------------------\n\nAdded\n^^^^^\n\n* nothing\n\nChanged\n^^^^^^^\n\n* Updated of the ChangeLog (HISTORY.rst)\n\nDeprecated\n^^^^^^^^^^\n\n* nothing\n\nRemoved\n^^^^^^^\n\n* nothing\n\nFixed\n^^^^^\n\n* nothing\n\nSecurity\n^^^^^^^^\n\n* nothing\n\n0.2.1 (2017-07-31)\n------------------\n\nAdded\n^^^^^\n* nothing\n\nChanged\n^^^^^^^\n\n* nothing\n\nDeprecated\n^^^^^^^^^^\n\n* nothing\n\nRemoved\n^^^^^^^\n\n* nothing\n\nFixed\n^^^^^\n\n* unzip_data() url list issue\n* download of temporary files in the right directory \n\nSecurity\n^^^^^^^^\n\n* nothing\n\n0.2.0 (2017-07-31)\n------------------\n\nAdded\n^^^^^\n\n* Adding of a documentation (with docstrings)\n* CLI command to download and unzip data automatically\n* creation of a python package\n* configuration of Tox\n* download() method in data class\n\nChanged\n^^^^^^^\n\n* Use of RST instead of markdown for all the documentation\n* development packages are now in requirements_dev.txt\n\nDeprecated\n^^^^^^^^^^\n* nothing\n\nRemoved\n^^^^^^^\n\n* nothing\n\nFixed\n^^^^^\n\n* source files satisfy PEP8\n* bug fix on getdata cli\n\nSecurity\n^^^^^^^^\n\n* Update of all packages to their latest versions\n\n0.1.0 (2017-07-25)\n------------------\n\n* First release as a package.\n\n\n.. _Issue #4: https://github.com/mattberjon/asc-cnn/issues/4\n.. _Issue #7: https://github.com/mattberjon/asc-cnn/issues/7\n.. _Issue #5: https://github.com/mattberjon/asc-cnn/issues/5\n.. _Issue #6: https://github.com/mattberjon/asc-cnn/issues/6\n.. _Issue #9: https://github.com/mattberjon/asc-cnn/issues/9\n.. _Issue #8: https://github.com/mattberjon/asc-cnn/issues/8\n.. _Issue #13: https://github.com/mattberjon/asc-cnn/issues/13\n.. _Issue #15: https://github.com/mattberjon/asc-cnn/issues/15\n.. _Issue #11: https://github.com/mattberjon/asc-cnn/issues/11\n.. _Issue #10: https://github.com/mattberjon/asc-cnn/issues/10\n.. _Issue #22: https://github.com/mattberjon/asc-cnn/issues/22\n.. _Issue #23: https://github.com/mattberjon/asc-cnn/issues/23\n.. _Issue #24: https://github.com/mattberjon/asc-cnn/issues/24\n.. _Issue #25: https://github.com/mattberjon/asc-cnn/issues/25\n.. _Issue #26: https://github.com/mattberjon/asc-cnn/issues/26\n.. _Issue #21: https://github.com/mattberjon/asc-cnn/issues/21\n.. _Issue #30: https://github.com/mattberjon/asc-cnn/issues/30\n.. _Issue #32: https://github.com/mattberjon/asc-cnn/issues/32", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mattberjon/asc", "keywords": "asc", "license": "GPLv2", "maintainer": "", "maintainer_email": "", "name": "asc", "package_url": "https://pypi.org/project/asc/", "platform": "", "project_url": "https://pypi.org/project/asc/", "project_urls": { "Homepage": "https://github.com/mattberjon/asc" }, "release_url": "https://pypi.org/project/asc/0.3.1/", "requires_dist": null, "requires_python": "", "summary": "Acoustic Scene Classification using Convolutional Neural Network", "version": "0.3.1" }, "last_serial": 3115034, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8048f7c34e1133e55567c48d58e3e89f", "sha256": "e5f01ac0e4859f5f2cc6259cad7596d72f44b315e298bf3f06ffaece0ab86b52" }, "downloads": -1, "filename": "asc-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8048f7c34e1133e55567c48d58e3e89f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5978, "upload_time": "2017-07-25T20:30:36", "url": "https://files.pythonhosted.org/packages/c1/fd/a1a1296e94d82637e825c3143ae05f767ff910b1aaf8c94865b3fd389690/asc-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a9e0a8078c2faac2fc58c28b2e8a4ea0", "sha256": "705ae245a8b03e8470c65986834a5863e46257b727a43d95c76fa62d4005892d" }, "downloads": -1, "filename": "asc-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a9e0a8078c2faac2fc58c28b2e8a4ea0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19012, "upload_time": "2017-07-25T20:30:37", "url": "https://files.pythonhosted.org/packages/08/24/0844567b3564a8bd8d9886d38d4016705f3481ceefa7b9b1c2dd56a5086c/asc-0.1.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "f87481a3e6c4ad41daa7ae30ae1d6fc4", "sha256": "21c3346dfa0a49ee6ba03608001f927ca8481008ec3c8cd217415a559460866a" }, "downloads": -1, "filename": "asc-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f87481a3e6c4ad41daa7ae30ae1d6fc4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8539, "upload_time": "2017-08-07T17:25:17", "url": "https://files.pythonhosted.org/packages/95/09/8fadd3cf7fad264d98129c9611e7871567a8dce14a927d3547e1861c1b94/asc-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ce1db31ec173053269905d12aa68d0a8", "sha256": "e6193eb69d933f72040f2a2fb89b2e5b1d06d0fae14829d23abaf6da2a5581c6" }, "downloads": -1, "filename": "asc-0.3.0.tar.gz", "has_sig": false, "md5_digest": "ce1db31ec173053269905d12aa68d0a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26475, "upload_time": "2017-08-07T17:25:19", "url": "https://files.pythonhosted.org/packages/59/d5/e9767e07b9c1d4ba10b12a161f5858c4ea85777927884624698399e9b757/asc-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "f08844d30c91161dc5a98e2d18d61e3c", "sha256": "cc21a48993a090ed2fc7b5f6325a81c4d4da90f19d1c2efe5594147aaa6152e7" }, "downloads": -1, "filename": "asc-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f08844d30c91161dc5a98e2d18d61e3c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11821, "upload_time": "2017-08-22T15:42:31", "url": "https://files.pythonhosted.org/packages/f6/cd/71af4dcd853acee529e649de2cae8b4caaaa8f1ec4e32db2c4f524b2add4/asc-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9525e2c8c2d547be5ab0c33cb4b03a83", "sha256": "f05b320fba6ee09b51b661d57470f47d3b8f3865f32a3aad7c610f9d7d37239c" }, "downloads": -1, "filename": "asc-0.3.1.tar.gz", "has_sig": false, "md5_digest": "9525e2c8c2d547be5ab0c33cb4b03a83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30657, "upload_time": "2017-08-22T15:39:04", "url": "https://files.pythonhosted.org/packages/4f/17/aa7d38d623b08344ffe4a6dc6b348415e341ffd87239c65c2e370bf178d6/asc-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f08844d30c91161dc5a98e2d18d61e3c", "sha256": "cc21a48993a090ed2fc7b5f6325a81c4d4da90f19d1c2efe5594147aaa6152e7" }, "downloads": -1, "filename": "asc-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f08844d30c91161dc5a98e2d18d61e3c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11821, "upload_time": "2017-08-22T15:42:31", "url": "https://files.pythonhosted.org/packages/f6/cd/71af4dcd853acee529e649de2cae8b4caaaa8f1ec4e32db2c4f524b2add4/asc-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9525e2c8c2d547be5ab0c33cb4b03a83", "sha256": "f05b320fba6ee09b51b661d57470f47d3b8f3865f32a3aad7c610f9d7d37239c" }, "downloads": -1, "filename": "asc-0.3.1.tar.gz", "has_sig": false, "md5_digest": "9525e2c8c2d547be5ab0c33cb4b03a83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30657, "upload_time": "2017-08-22T15:39:04", "url": "https://files.pythonhosted.org/packages/4f/17/aa7d38d623b08344ffe4a6dc6b348415e341ffd87239c65c2e370bf178d6/asc-0.3.1.tar.gz" } ] }