smitkiri / urban-sound-classification
Classification of audio signals using PyTorch
☆12Updated 4 years ago
Alternatives and similar repositories for urban-sound-classification:
Users that are interested in urban-sound-classification are comparing it to the libraries listed below
- Implementation of IEEE Access paper - Lung Sound Recognition Algorithm Based on VGGish-BiGRU☆27Updated 4 years ago
- Classification of environmental sounds using 1D convolutional Neural network☆32Updated 4 years ago
- Audio classification via transfer learning☆33Updated 5 years ago
- Speech Emotion Recognition from raw speech signals using 1D CNN-LSTM☆103Updated 3 years ago
- Attention-based Hybrid CNN-LSTM and Spectral Data Augmentation for COVID-19 Diagnosis from Cough Sound☆29Updated 2 years ago
- Speech Emotion Classification with novel Parallel CNN-Transformer model built with PyTorch, plus thorough explanations of CNNs, Transform…☆241Updated 4 years ago
- Official implementation of the paper "An Investigation of Preprocessing Filters and Deep Learning Methods for Vessel Type Classification …☆16Updated 9 months ago
- PyTorch implementation of the 1D-Triplet-CNN neural network model described in Fusing MFCC and LPC Features using 1D Triplet CNN for Spea…☆27Updated 5 years ago
- MIMII Sound Anomaly Detection with AutoEncoders☆37Updated 3 years ago
- SELD-TCN: Sound Event Detection & Localization via Temporal Convolutional Network | Python w/ Tensorflow☆63Updated 4 years ago
- Environmental sound classification with Convolutional neural networks and the UrbanSound8K dataset.☆60Updated 3 years ago
- Learning discriminative and robust time-frequency representations for environmental sound classification: Convolutional neural networks (…☆28Updated 5 years ago
- ☆21Updated 2 years ago
- Accompanying code for the paper Sub-Cluster AdaCos: Learning Representations for Anomalous Sound Detection.☆10Updated 2 years ago
- Multi class audio classification using Deep Learning (MLP, CNN): The objective of this project is to build a multi class classifier to id…☆66Updated 4 years ago
- A pytorch implementation of Speech emotion recognition using deep 1D & 2D CNN LSTM networks☆25Updated last year
- Classification of Urban Sound Audio Dataset using LSTM-based model.☆72Updated 2 years ago
- CNN 1D vs 2D audio classification☆104Updated 5 years ago
- Audio feature extraction and multi-classification with the ECS-10 data set☆19Updated 6 years ago
- Automatic speech emotion recognition based on transfer learning from spectrograms using ResNET☆21Updated 2 years ago
- Multi-class audio classification with MFCC features using CNN☆27Updated 5 years ago
- ☆18Updated 7 years ago
- This repository contains PyTorch implementation of 4 different models for classification of emotions of the speech.☆197Updated 2 years ago
- Perform three types of feature extraction: STFT, MFCC and MelSpectrogram. Apply CNN/VGG with or without RNN architecture. Able to achieve…