| dataset | meta data | contents | with audio |
|---|---|---|---|
| 200DrumMachines | 7371 one-shots | yes | |
| AAM | onsets, pitches, instruments, melody instrument, keys, chords, tempo, beats | 3000 (artificial) tracks | yes |
| ACM_MIRUM | tempo | 1410 excerpts (60s) | yes |
| ACPAS | aligned audio and scores | 2189 performances of 497 scores | downloadable |
| AcousticBrainz-Genre | 15-31 genres with 265-745 subgenres | audio features for ove |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Install OpenCV 4.1.2 on Raspbian Buster
$ chmod +x *.sh
$ ./download-opencv.sh
$ ./install-deps.sh
$ ./build-opencv.sh
$ cd ~/opencv/opencv-4.1.2/build
$ sudo make install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HTTPBindAddress 0.0.0.0 | |
| HTTPPort 8090 | |
| CustomLog - | |
| <Feed feed.ffm> | |
| File ./feed.ffm | |
| FileMaxSize 256M | |
| ACL ALLOW localhost | |
| </Feed> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # Written as part of https://www.scrapehero.com/how-to-scrape-amazon-product-reviews-using-python/ | |
| from lxml import html | |
| from json import dump,loads | |
| from requests import get | |
| import json | |
| from re import sub | |
| from dateutil import parser as dateparser | |
| from time import sleep |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| from urllib.request import urlopen | |
| import numpy as np | |
| from keras.models import Sequential | |
| from keras.layers import Dense | |
| from keras.wrappers.scikit_learn import KerasRegressor | |
| from sklearn.model_selection import cross_val_score | |
| from sklearn.model_selection import KFold | |
| from sklearn.preprocessing import StandardScaler |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| import urllib2 | |
| import numpy as np | |
| from keras.models import Sequential | |
| from keras.layers import Dense | |
| from keras.wrappers.scikit_learn import KerasRegressor | |
| from sklearn.model_selection import cross_val_score | |
| from sklearn.model_selection import KFold | |
| from sklearn.preprocessing import StandardScaler |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import android.bluetooth.BluetoothAdapter; | |
| import android.bluetooth.BluetoothDevice; | |
| import android.text.TextUtils; | |
| import rx.Observable; | |
| import rx.Subscriber; | |
| import rx.android.schedulers.AndroidSchedulers; | |
| import rx.functions.Action0; | |
| import rx.schedulers.Schedulers; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Licensed to GraphHopper and Peter Karich under one or more contributor | |
| * license agreements. See the NOTICE file distributed with this work for | |
| * additional information regarding copyright ownership. | |
| * | |
| * GraphHopper licenses this file to you under the Apache License, | |
| * Version 2.0 (the "License"); you may not use this file except in | |
| * compliance with the License. You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * LFCS Domains 2015.02 | |
| Note - the domains will change somewhat in March 2015. SW RAID | |
| with mdadm will be removed | |
| ** The Command Line | |
| *** Editing text files on the CLI | |
| Covers the use of the basic text editors nano and gedit as well | |
| as the advanced editors _vi_ and _emacs_ | |
| - nano | |
| simple CLI-based text editor |
NewerOlder