{ "info": { "author": "Jason Cramer, Ho-Hsiang Wu, and Justin Salamon", "author_email": "jtcramer@nyu.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Multimedia :: Sound/Audio :: Analysis" ], "description": "# OpenL3\n\nOpenL3 is an open-source Python library for computing deep audio and (eventually) image embeddings.\n\n[![PyPI](https://img.shields.io/badge/python-2.7%2C%203.5%2C%203.6-blue.svg)](https://pypi.python.org/pypi/openl3)\n[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://choosealicense.com/licenses/mit/)\n[![Build Status](https://travis-ci.org/marl/openl3.svg?branch=master)](https://travis-ci.org/marl/openl3)\n[![Coverage Status](https://coveralls.io/repos/github/marl/openl3/badge.svg?branch=master)](https://coveralls.io/github/marl/openl3?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/openl3/badge/?version=latest)](http://openl3.readthedocs.io/en/latest/?badge=latest)\n\nPlease refer to the [documentation](https://openl3.readthedocs.io/en/latest/) for detailed instructions and examples.\n\nThe audio and image embedding models provided here are published as part of [1], and are based on the Look, Listen and Learn approach [2]. For details about the embedding models and how they were trained, please see:\n\nLook, Listen, and Learn More: Design Choices for Deep Audio Embeddings
\nJason Cramer, Ho-Hsiang Wu, Justin Salamon and Juan Pablo Bello
\nUnder review, 2018.\n\n# Installing OpenL3\n\nDependencies\n------------\n#### Tensorflow\nBecause Tensorflow comes in CPU-only and GPU variants, we leave it up to the user to install the version that best fits\ntheir usecase.\n\nOn most platforms, either of the following commands should properly install Tensorflow:\n\n pip install tensorflow # CPU-only version\n pip install tensorflow-gpu # GPU version\n\nFor more detailed information, please consult the\n[Tensorflow installation documentation](https://www.tensorflow.org/install/).\n\n#### libsndfile\nOpenL3 depends on the `pysoundfile` module to load audio files, which depends on the non-Python library\n``libsndfile``. On Windows and macOS, these will be installed via ``pip`` and you can therefore skip this step.\nHowever, on Linux this must be installed manually via your platform's package manager.\nFor Debian-based distributions (such as Ubuntu), this can be done by simply running\n\n apt-get install libsndfile1\n\nFor more detailed information, please consult the\n[`pysoundfile` installation documentation](https://pysoundfile.readthedocs.io/en/0.9.0/#installation>).\n\n\nInstalling OpenL3\n-----------------\nThe simplest way to install OpenL3 is by using ``pip``, which will also install the additional required dependencies\nif needed. To install OpenL3 using ``pip``, simply run\n\n pip install openl3\n\nTo install the latest version of OpenL3 from source:\n\n1. Clone or pull the lastest version:\n\n git clone git@github.com:marl/openl3.git\n\n2. Install using pip to handle python dependencies:\n\n cd openl3\n pip install -e .\n\n# Using OpenL3\n\nTo help you get started with OpenL3 please see the\n[tutorial](http://openl3.readthedocs.io/en/latest/tutorial.html).\n\n\n# Acknowledging OpenL3\n\nPlease cite the following papers when using OpenL3 in your work:\n\n[1] Look, Listen, and Learn More: Design Choices for Deep Audio Embeddings
\nJason Cramer, Ho-Hsiang Wu, Justin Salamon and Juan Pablo Bello
\nUnder review, 2018.\n\n[2] Look, Listen and Learn
\nRelja Arandjelovi\u0107 and Andrew Zisserman
\nIEEE International Conference on Computer Vision (ICCV), Venice, Italy, Oct. 2017.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/marl/openl3", "keywords": "deep audio embeddings machine listening learning tensorflow keras", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "openl3", "package_url": "https://pypi.org/project/openl3/", "platform": "", "project_url": "https://pypi.org/project/openl3/", "project_urls": { "Documentation": "https://readthedocs.org/projects/openl3/", "Homepage": "https://github.com/marl/openl3", "Source": "https://github.com/marl/openl3", "Tracker": "https://github.com/marl/openl3/issues" }, "release_url": "https://pypi.org/project/openl3/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Deep audio and image embeddings, based on Look, Listen, and Learn approach", "version": "0.2.0" }, "last_serial": 5162325, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1ef4da7d8b8a146b591a73960358efba", "sha256": "5956fe73dbdbedcb54098f78341cce1e2c2a97bdd65ecf7510c7f917a696e070" }, "downloads": -1, "filename": "openl3-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1ef4da7d8b8a146b591a73960358efba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10742, "upload_time": "2018-11-22T21:51:55", "url": "https://files.pythonhosted.org/packages/62/27/4687c574e7ad49d14b6caeac811cbc8c920c8a3d7ae5366ee8713dc4de1e/openl3-0.1.0.tar.gz" } ], "0.1.0rc5": [ { "comment_text": "", "digests": { "md5": "4c8c3211667760c19635fd03d21f1adf", "sha256": "79ccd1849dc4d7f34a8c8c5d10b0148402baf1dce58b61140a8ebe8bdc16ab5a" }, "downloads": -1, "filename": "openl3-0.1.0rc5.tar.gz", "has_sig": false, "md5_digest": "4c8c3211667760c19635fd03d21f1adf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10279, "upload_time": "2018-11-22T21:51:53", "url": "https://files.pythonhosted.org/packages/b6/46/75d6f922d333bf269aeb4506eced9eda179bc1d40e7914d8b44e68d77c90/openl3-0.1.0rc5.tar.gz" } ], "0.1.0rc6": [ { "comment_text": "", "digests": { "md5": "87cbef5b93a6e5df681ab5f9f8afa12d", "sha256": "28dc1befa8730289e9568abff3281cac169f32d151fd5c649d188e8265ca4821" }, "downloads": -1, "filename": "openl3-0.1.0rc6.tar.gz", "has_sig": false, "md5_digest": "87cbef5b93a6e5df681ab5f9f8afa12d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10174, "upload_time": "2018-11-21T22:19:20", "url": "https://files.pythonhosted.org/packages/54/01/260a996dab83f5fa5c465fe98205b4c360d7f2bac8544c1b64adbd96711b/openl3-0.1.0rc6.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d98d9759d433c7294c7bc3912a0f2051", "sha256": "dc442e972dff1b4238c2c1485ec418d9e1db518fa97f4bfd68a296d8fb320d3b" }, "downloads": -1, "filename": "openl3-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d98d9759d433c7294c7bc3912a0f2051", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9116, "upload_time": "2019-03-07T00:13:51", "url": "https://files.pythonhosted.org/packages/69/4e/0b9ececb7dcf387a1fb0b435350f202cf7bbf441a81c31a9194c69e16446/openl3-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "827a9f3e6805f9619f30b07891a04faa", "sha256": "43cf28d9254d4332cd0e02b097999fd491773656027ac52e9b3eadc47dbb8236" }, "downloads": -1, "filename": "openl3-0.2.0.tar.gz", "has_sig": false, "md5_digest": "827a9f3e6805f9619f30b07891a04faa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10513, "upload_time": "2019-04-18T21:40:26", "url": "https://files.pythonhosted.org/packages/7a/94/ecc4a41398d1d96f541128c88ac39b517d9e8a52c8e7483080aff5654671/openl3-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "827a9f3e6805f9619f30b07891a04faa", "sha256": "43cf28d9254d4332cd0e02b097999fd491773656027ac52e9b3eadc47dbb8236" }, "downloads": -1, "filename": "openl3-0.2.0.tar.gz", "has_sig": false, "md5_digest": "827a9f3e6805f9619f30b07891a04faa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10513, "upload_time": "2019-04-18T21:40:26", "url": "https://files.pythonhosted.org/packages/7a/94/ecc4a41398d1d96f541128c88ac39b517d9e8a52c8e7483080aff5654671/openl3-0.2.0.tar.gz" } ] }