Metadata-Version: 2.0
Name: asc
Version: 0.1.0
Summary: Acoustic Scene Classification using Convolutional Neural Network
Home-page: https://github.com/mattberjon/asc
Author: Matthieu Berjon
Author-email: matthieu@berjon.net
License: UNKNOWN
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.6
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: 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: functools32 (==3.2.3.post2)
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: subprocess32 (==3.2.7)
Requires-Dist: tensorflow (==1.2.1)

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



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


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.1.0 (2017-07-25)
------------------

* First release as a package.


