Skip to content

Commit

Permalink
Update load_models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-schwoebel committed Nov 8, 2018
1 parent ded5ab1 commit 974a266
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion load_models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
'''
fingerprint audio models in a streaming folder.
================================================
AUDIOSET_MODELS REPOSITORY
================================================
repository name: audioset_models
repository version: 1.0
repository link: https://github.com/jim-schwoebel/audioset_models
author: Jim Schwoebel
author contact: [email protected]
description: 馃搳 Easily apply 527 machine learning models trained on AudioSet.
license category: opensource
license: Apache 2.0 license
organization name: NeuroLex Laboratories, Inc.
location: Seattle, WA
website: https://neurolex.ai
release date: 2018-11-08
This code (audioset_models) is hereby released under a Apache 2.0 license license.
For more information, check out the license terms below.
================================================
LICENSE TERMS
================================================
Copyright 2018 NeuroLex Laboratories, Inc.
Licensed 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:https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================================================
SERVICE STATEMENT
================================================
If you are using the code written for a larger project, we are
happy to consult with you and help you with deployment. Our team
has >10 world experts in Kafka distributed architectures, microservices
built on top of Node.js / Python / Docker, and applying machine learning to
model speech and text data.
We have helped a wide variety of enterprises - small businesses,
researchers, enterprises, and/or independent developers.
If you would like to work with us let us know @ [email protected].
'''

import librosa, pickle, getpass, time
Expand Down

0 comments on commit 974a266

Please sign in to comment.