Metadata-Version: 2.0
Name: asc
Version: 0.3.1
Summary: Acoustic Scene Classification using Convolutional Neural Network
Home-page: https://github.com/mattberjon/asc
Author: Matthieu Berjon
Author-email: matthieu@berjon.net
License: GPLv2
Keywords: asc
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Click (>=6.0)
Requires-Dist: Markdown (==2.6.8)
Requires-Dist: PySoundFile (==0.9.0.post1)
Requires-Dist: Werkzeug (==0.12.2)
Requires-Dist: backports.weakref (==1.0rc1)
Requires-Dist: bleach (==1.5.0)
Requires-Dist: cycler (==0.10.0)
Requires-Dist: funcsigs (==1.0.2)
Requires-Dist: html5lib (==0.9999999)
Requires-Dist: matplotlib (==2.0.2)
Requires-Dist: mock (==2.0.0)
Requires-Dist: numpy (==1.13.1)
Requires-Dist: pbr (==3.1.1)
Requires-Dist: protobuf (==3.3.0)
Requires-Dist: pyparsing (==2.2.0)
Requires-Dist: python-dateutil (==2.6.1)
Requires-Dist: pytz (==2017.2)
Requires-Dist: scipy (==0.19.1)
Requires-Dist: six (==1.10.0)
Requires-Dist: tensorflow (==1.2.1)
Requires-Dist: functools32 (>=3.2<=3.99); python_version=="2.7"
Requires-Dist: subprocess32 (==3.2.7); python_version=="2.7"

=============================
Acoustic Scene Classification
=============================

+------------------+---------------------------------+
| **Development**  | |travis| |coveralls|            |
+------------------+---------------------------------+
| **Last release** | |v| |pyversions| |dependencies| |
+------------------+---------------------------------+
| **PyPI status**  | |format| |status| |l|           |
+------------------+---------------------------------+

.. |travis| image::
  https://travis-ci.org/mattberjon/asc-cnn.svg?branch=master
  :target: https://travis-ci.org/mattberjon/asc-cnn
  :alt: Travis CI builds

.. |coveralls| image::
  https://coveralls.io/repos/github/mattberjon/asc-cnn/badge.svg?branch=master
  :target: https://coveralls.io/github/mattberjon/asc-cnn?branch=master
  :alt: Coverall coverage report

.. |v| image:: 
  https://img.shields.io/pypi/v/asc.svg
  :target: https://pypi.python.org/pypi/asc/
  :alt: PyPI Latest Version

.. |pyversions| image::
  https://img.shields.io/pypi/pyversions/asc.svg
  :target: https://pypi.python.org/pypi/asc/
  :alt: Python versions (PyPI)

.. |dependencies| image::
  https://pyup.io/repos/github/mattberjon/asc-cnn/shield.svg
  :target: https://pyup.io/repos/github/mattberjon/asc-cnn/
  :alt: Updates

.. |format| image::
  https://img.shields.io/pypi/format/asc.svg 
  :target: https://pypi.python.org/pypi/asc
  :alt: Distribution format (PyPI)

.. |status| image::
  https://img.shields.io/pypi/status/asc.svg
  :target: https://pypi.python.org/pypi/asc
  :alt: Project status (PyPI)

.. |l| image::
  https://img.shields.io/pypi/l/asc.svg
  :target: https://pypi.python.org/pypi/asc
  :alt: License (PyPI)


Acoustic Scene Auditory (ASC) using Convolutional Neural Network (CNN) is a
project being part of the Machine Learning Nanodegreen program given by
Udacity. For a description of the proposal, you can refer to its `web
version`_.

Dataset
-------

The dataset can be downloaded on the `Zenodo`_ server.

Features
--------

* TODO

Credits
---------

Project created by `Matthieu Berjon`_ and based on the work of Simone Battaglino,
Ludovick Lepauloux and Nicholas Evans.

This package was created with Cookiecutter_ and the
`audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _`web version`: http://berjon.net/blog/2017/07/22/acoustic-scene-classficiation-using-cnn/
.. _`Zenodo`: https://zenodo.org/record/400515
.. _`Matthieu Berjon`: http://berjon.net


=======
History
=======

0.3.1 (2017-08-22)
------------------

Added
^^^^^

* `Issue #8`_: config file feature
* `Issue #11`_: Samplerate setting up through CLI
* `Issue #10`_: Spectrogram calculation
* `Issue #24`_: Add a 'config' subcommand to the CLI
* `Issue #25`_: Read a value from the config file
* `Issue #21`_: Script to verify the samplerate sanity of the database
* `Issue #30`_: Function to transform milliseconds to samples

Changed
^^^^^^^

* `Issue #23`_: Update of the documentation for the installation process
* `Issue #26`_: Update of the CLI subcommand 'getdata' 
* `Issue #32`_: Exception handling in config reading

Deprecated
^^^^^^^^^^

Nothing.

Removed
^^^^^^^

Nothing.

Fixed
^^^^^

* `Issue #9`_: trailing slash on data path
* `Issue #13`_: Update of the config file parameters
* `Issue #15`_: Crash when setting up the samplerate
* `Issue #22`_: Update of the dependency list
* `Issue #25`_: Update of the config file
* Update of docstrings
* Update of the documentation

Security
^^^^^^^^

* Update of the Coveralls library from 1.1 to 1.2.0

0.2.3 (2017-08-07)
------------------

Added
^^^^^

* Travis config file
* pytest suite
* CLI tests
* `issue #5`_: Package coverage for the development setup
* `issue #6`_: adding of a `clear_zip()` to clean the archive files

Changed
^^^^^^^

* Python 3.3 testing removed

Deprecated
^^^^^^^^^^

* Nothing

Removed
^^^^^^^

* Nothing

Fixed
^^^^^

* `Issue #4`_: invalid functools dependency
* `Issue #7`_: update of docstring `unzip_data()`

Security
^^^^^^^^

* Nothing


0.2.2 (2017-07-31)
------------------

Added
^^^^^

* nothing

Changed
^^^^^^^

* Updated of the ChangeLog (HISTORY.rst)

Deprecated
^^^^^^^^^^

* nothing

Removed
^^^^^^^

* nothing

Fixed
^^^^^

* nothing

Security
^^^^^^^^

* nothing

0.2.1 (2017-07-31)
------------------

Added
^^^^^
* nothing

Changed
^^^^^^^

* nothing

Deprecated
^^^^^^^^^^

* nothing

Removed
^^^^^^^

* nothing

Fixed
^^^^^

* unzip_data() url list issue
* download of temporary files in the right directory  

Security
^^^^^^^^

* nothing

0.2.0 (2017-07-31)
------------------

Added
^^^^^

* Adding of a documentation (with docstrings)
* CLI command to download and unzip data automatically
* creation of a python package
* configuration of Tox
* download() method in data class

Changed
^^^^^^^

* Use of RST instead of markdown for all the documentation
* development packages are now in requirements_dev.txt

Deprecated
^^^^^^^^^^
* nothing

Removed
^^^^^^^

* nothing

Fixed
^^^^^

* source files satisfy PEP8
* bug fix on getdata cli

Security
^^^^^^^^

* Update of all packages to their latest versions

0.1.0 (2017-07-25)
------------------

* First release as a package.


.. _Issue #4: https://github.com/mattberjon/asc-cnn/issues/4
.. _Issue #7: https://github.com/mattberjon/asc-cnn/issues/7
.. _Issue #5: https://github.com/mattberjon/asc-cnn/issues/5
.. _Issue #6: https://github.com/mattberjon/asc-cnn/issues/6
.. _Issue #9: https://github.com/mattberjon/asc-cnn/issues/9
.. _Issue #8: https://github.com/mattberjon/asc-cnn/issues/8
.. _Issue #13: https://github.com/mattberjon/asc-cnn/issues/13
.. _Issue #15: https://github.com/mattberjon/asc-cnn/issues/15
.. _Issue #11: https://github.com/mattberjon/asc-cnn/issues/11
.. _Issue #10: https://github.com/mattberjon/asc-cnn/issues/10
.. _Issue #22: https://github.com/mattberjon/asc-cnn/issues/22
.. _Issue #23: https://github.com/mattberjon/asc-cnn/issues/23
.. _Issue #24: https://github.com/mattberjon/asc-cnn/issues/24
.. _Issue #25: https://github.com/mattberjon/asc-cnn/issues/25
.. _Issue #26: https://github.com/mattberjon/asc-cnn/issues/26
.. _Issue #21: https://github.com/mattberjon/asc-cnn/issues/21
.. _Issue #30: https://github.com/mattberjon/asc-cnn/issues/30
.. _Issue #32: https://github.com/mattberjon/asc-cnn/issues/32


