mseid-spotify
commited on
Commit
·
b93e2b0
1
Parent(s):
99d3464
Update README.md
Browse files
README.md
CHANGED
@@ -6,13 +6,14 @@ colorTo: blue
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
-
|
10 |
|
11 |
[Spotify Research](https://research.atspotify.com/) is dedicated to extending the state of the art in audio. With over 15 years of experience, Spotify is working on the hardest problems across Machine Learning. Research areas include matching content and listeners, extracting signals from the audio catalog using natural language understanding and multimedia information retrieval methods, and AI-assisted music creation tools. Our goal at Spotify is to create unique and rewarding experiences for listeners and creators.
|
12 |
|
13 |
## Project Showcase
|
14 |
|
15 |
### Basic Pitch
|
|
|
16 |
[Basic Pitch](https://github.com/spotify/basic-pitch) is a Python library for Automatic Music Transcription (AMT), using lightweight neural network developed by [Spotify's Audio Intelligence Lab](https://research.atspotify.com/audio-intelligence/). It's small, easy-to-use, pip install-able and npm install-able via its [sibling repo](https://github.com/spotify/basic-pitch-ts) or can be accessed at [basicpitch.io](https://github.com/spotify/basic-pitch).
|
17 |
Basic Pitch may be simple, but it is far from "basic"! basic-pitch is efficient and its multipitch support, ability to generalize across instruments, and note accuracy competes with much larger and more resource-hungry AMT systems.
|
18 |
|
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
+
![Spotify Logo](https://storage.googleapis.com/pr-newsroom-wp/1/2018/11/Spotify_Logo_RGB_Green.png)
|
10 |
|
11 |
[Spotify Research](https://research.atspotify.com/) is dedicated to extending the state of the art in audio. With over 15 years of experience, Spotify is working on the hardest problems across Machine Learning. Research areas include matching content and listeners, extracting signals from the audio catalog using natural language understanding and multimedia information retrieval methods, and AI-assisted music creation tools. Our goal at Spotify is to create unique and rewarding experiences for listeners and creators.
|
12 |
|
13 |
## Project Showcase
|
14 |
|
15 |
### Basic Pitch
|
16 |
+
![Basic Pitch Logo](https://user-images.githubusercontent.com/213293/167478083-de988de2-9137-4325-8a5f-ceeb51233753.png)
|
17 |
[Basic Pitch](https://github.com/spotify/basic-pitch) is a Python library for Automatic Music Transcription (AMT), using lightweight neural network developed by [Spotify's Audio Intelligence Lab](https://research.atspotify.com/audio-intelligence/). It's small, easy-to-use, pip install-able and npm install-able via its [sibling repo](https://github.com/spotify/basic-pitch-ts) or can be accessed at [basicpitch.io](https://github.com/spotify/basic-pitch).
|
18 |
Basic Pitch may be simple, but it is far from "basic"! basic-pitch is efficient and its multipitch support, ability to generalize across instruments, and note accuracy competes with much larger and more resource-hungry AMT systems.
|
19 |
|