All Projects → sarthak268 → Audio_Classification_using_LSTM

sarthak268 / Audio_Classification_using_LSTM

Licence: MIT license
Classification of Urban Sound Audio Dataset using LSTM-based model.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Audio Classification using LSTM

Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (+106.38%)
Mutual labels:  lstm, lstm-neural-networks
Image Caption Generator
[DEPRECATED] A Neural Network based generative model for captioning images using Tensorflow
Stars: ✭ 141 (+200%)
Mutual labels:  lstm, lstm-neural-networks
Text predictor
Char-level RNN LSTM text generator📄.
Stars: ✭ 99 (+110.64%)
Mutual labels:  lstm, lstm-neural-networks
Bitcoin Price Prediction Using Lstm
Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
Stars: ✭ 67 (+42.55%)
Mutual labels:  lstm, lstm-neural-networks
Lstm Siamese Text Similarity
⚛️ It is keras based implementation of siamese architecture using lstm encoders to compute text similarity
Stars: ✭ 216 (+359.57%)
Mutual labels:  lstm, lstm-neural-networks
Contextual Utterance Level Multimodal Sentiment Analysis
Context-Dependent Sentiment Analysis in User-Generated Videos
Stars: ✭ 86 (+82.98%)
Mutual labels:  lstm, lstm-neural-networks
Repo 2016
R, Python and Mathematica Codes in Machine Learning, Deep Learning, Artificial Intelligence, NLP and Geolocation
Stars: ✭ 103 (+119.15%)
Mutual labels:  lstm, lstm-neural-networks
Deep Learning Time Series
List of papers, code and experiments using deep learning for time series forecasting
Stars: ✭ 796 (+1593.62%)
Mutual labels:  lstm, lstm-neural-networks
Chameleon recsys
Source code of CHAMELEON - A Deep Learning Meta-Architecture for News Recommender Systems
Stars: ✭ 202 (+329.79%)
Mutual labels:  lstm, lstm-neural-networks
Lstm anomaly thesis
Anomaly detection for temporal data using LSTMs
Stars: ✭ 178 (+278.72%)
Mutual labels:  lstm, lstm-neural-networks
Image Captioning
Image Captioning: Implementing the Neural Image Caption Generator with python
Stars: ✭ 52 (+10.64%)
Mutual labels:  lstm, lstm-neural-networks
DrowsyDriverDetection
This is a project implementing Computer Vision and Deep Learning concepts to detect drowsiness of a driver and sound an alarm if drowsy.
Stars: ✭ 82 (+74.47%)
Mutual labels:  lstm, lstm-neural-networks
Tensorflow Sentiment Analysis On Amazon Reviews Data
Implementing different RNN models (LSTM,GRU) & Convolution models (Conv1D, Conv2D) on a subset of Amazon Reviews data with TensorFlow on Python 3. A sentiment analysis project.
Stars: ✭ 34 (-27.66%)
Mutual labels:  lstm, lstm-neural-networks
Cnn lstm for text classify
CNN, LSTM, NBOW, fasttext 中文文本分类
Stars: ✭ 90 (+91.49%)
Mutual labels:  lstm, lstm-neural-networks
Simple Chatbot Keras
Design and build a chatbot using data from the Cornell Movie Dialogues corpus, using Keras
Stars: ✭ 30 (-36.17%)
Mutual labels:  lstm, lstm-neural-networks
Deep Generation
I used in this project a reccurent neural network to generate c code based on a dataset of c files from the linux repository.
Stars: ✭ 101 (+114.89%)
Mutual labels:  lstm, lstm-neural-networks
Predictive Maintenance Using Lstm
Example of Multiple Multivariate Time Series Prediction with LSTM Recurrent Neural Networks in Python with Keras.
Stars: ✭ 352 (+648.94%)
Mutual labels:  lstm, lstm-neural-networks
Stockpriceprediction
Stock Price Prediction using Machine Learning Techniques
Stars: ✭ 700 (+1389.36%)
Mutual labels:  lstm, lstm-neural-networks
Pytorch Kaldi
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
Stars: ✭ 2,097 (+4361.7%)
Mutual labels:  lstm, lstm-neural-networks
Tensorflow-Audio-Classification
Audio classification with VGGish as feature extractor in TensorFlow
Stars: ✭ 105 (+123.4%)
Mutual labels:  audio-classification, audio-processing

Audio Classification using LSTM

Classification of Urban Sound Audio Dataset using LSTM-based model.

Requirements

- pytorch==1.0.1
- scipy==1.2.0
- torchvision==0.2.1
- pandas==0.24.1
- numpy==1.14.3
- torchaudio==0.2
- librosa==0.6.3
- pydub==0.23.1

Steps to follow for testing on your Test Data

  • Create a folder named data/test in the current directory which will contain all the '.wav' files that are to be tested.

  • Download 'bestModel.pt' from this Link and place in the current directory.

  • Run the following commands:

python preprocess.py
python eval.py
  • A csv file named 'test_predictions.csv' will be generated in the current directory containing all the test files along with their corresponding predicted labels.

Citation

In case you find any of this useful, consider citing:

@misc{audio-classification-using-LSTM,
  author = {Shagun Uppal, Anish Madan, Sarthak Bhagat},
  title = {sarthak268/Audio_Classification_using_LSTM},
  url = {https://github.com/sarthak268/Audio_Classification_using_LSTM},
  year = {2019}
}

Team

  • Anish Madan
  • Sarthak Bhagat
  • Shagun Uppal
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].