All Projects → luuil → Tensorflow-Audio-Classification

luuil / Tensorflow-Audio-Classification

Licence: Apache-2.0 license
Audio classification with VGGish as feature extractor in TensorFlow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tensorflow-Audio-Classification

Audio Classification using LSTM
Classification of Urban Sound Audio Dataset using LSTM-based model.
Stars: ✭ 47 (-55.24%)
Mutual labels:  audio-classification, audio-processing
Audio-Classification-using-CNN-MLP
Multi class audio classification using Deep Learning (MLP, CNN): The objective of this project is to build a multi class classifier to identify sound of a bee, cricket or noise.
Stars: ✭ 36 (-65.71%)
Mutual labels:  audio-classification, audio-processing
AudioClassification-PaddlePaddle
基于PaddlePaddle实现的音频分类,博客地址:
Stars: ✭ 32 (-69.52%)
Mutual labels:  audio-classification
Sound-based-bird-species-detection
Sound-based Bird Classification - using AI, acoustics and ornithology to classify birds in the environment, an environmental awareness project (Web Application, Flask, Python)
Stars: ✭ 56 (-46.67%)
Mutual labels:  audio-processing
MusicVisualizer
A music visualizer based on the ATMEGA328P-AU
Stars: ✭ 30 (-71.43%)
Mutual labels:  audio-processing
mxnet-audio
Implementation of music genre classification, audio-to-vec, song recommender, and music search in mxnet
Stars: ✭ 42 (-60%)
Mutual labels:  audio-classification
android-vad
This VAD library can process audio in real-time utilizing GMM which helps identify presence of human speech in an audio sample that contains a mixture of speech and noise.
Stars: ✭ 64 (-39.05%)
Mutual labels:  audio-processing
audio-classification
Audio Classification - Multilayer Neural Networks using TensorFlow
Stars: ✭ 28 (-73.33%)
Mutual labels:  audio-classification
Audio-Scene-Classification
Scene Classification using Audio in the nearby Environment.
Stars: ✭ 18 (-82.86%)
Mutual labels:  audio-classification
ACA-Slides
Slides and Code for "An Introduction to Audio Content Analysis," also taught at Georgia Tech as MUSI-6201. This introductory course on Music Information Retrieval is based on the text book "An Introduction to Audio Content Analysis", Wiley 2012/2022
Stars: ✭ 84 (-20%)
Mutual labels:  audio-processing
FluX
A convenient way of processing digital signals in F#
Stars: ✭ 17 (-83.81%)
Mutual labels:  audio-processing
sonopy
A simple audio feature extraction library
Stars: ✭ 72 (-31.43%)
Mutual labels:  audio-processing
simple-waveform-visualizer
JS Audio API 놀이터
Stars: ✭ 31 (-70.48%)
Mutual labels:  audio-processing
CityNet
A neural network classifier for urban soundscapes
Stars: ✭ 21 (-80%)
Mutual labels:  audio-classification
DCASE-models
Python library for rapid prototyping of environmental sound analysis systems
Stars: ✭ 35 (-66.67%)
Mutual labels:  audio-classification
Text and Audio classification with Bert
Text Classification in Turkish Texts with Bert
Stars: ✭ 34 (-67.62%)
Mutual labels:  audio-classification
gensound
Pythonic audio processing and generation framework
Stars: ✭ 69 (-34.29%)
Mutual labels:  audio-processing
ESC-CNN-microcontroller
Environmental Sound Classification on Microcontrollers using Convolutional Neural Networks
Stars: ✭ 85 (-19.05%)
Mutual labels:  audio-classification
keras-audio
keras project for audio deep learning
Stars: ✭ 37 (-64.76%)
Mutual labels:  audio-processing
DDCToolbox
Create and edit DDC headset correction files
Stars: ✭ 70 (-33.33%)
Mutual labels:  audio-processing

Audio Classification

Classify the audios. In this repo, I train a model on UrbanSound8K dataset, and achieve about 80% accuracy on test dataset.

There is a pre-trained model in urban_sound_train, trained epoch is 1000

Usage

Env setup

Conda are recommended, just need one line: conda env create -f conda.env.yml

Train & Test

  1. Config parameters: audio_params.py.
  2. Train the model: python audio_train.py. (It will create tfrecords automaticly if not exists)
  3. Check the training process from tensorboard: tensorboard --logdir=./data/tensorboard
  4. Test the model: python audio_inference_demo.py.

Tools

Dataset

Ref. Blogs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].