All Projects â†’ despoisj â†’ Deepaudioclassification

despoisj / Deepaudioclassification

Finding the genre of a song with Deep Learning

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deepaudioclassification

Awesome Machine Learning Art
ðŸĪ–ðŸŽĻðŸŽļA curated list of awesome projects, works, people, articles, and resource for creating art (including music) with machine learning. It's machine learning art.
Stars: ✭ 480 (-50.46%)
Mutual labels:  artificial-intelligence, music
Sciblog support
Support content for my blog
Stars: ✭ 694 (-28.38%)
Mutual labels:  artificial-intelligence, neural-networks
Learn Data Science For Free
This repositary is a combination of different resources lying scattered all over the internet. The reason for making such an repositary is to combine all the valuable resources in a sequential manner, so that it helps every beginners who are in a search of free and structured learning resource for Data Science. For Constant Updates Follow me in â€Ķ
Stars: ✭ 4,757 (+390.92%)
Mutual labels:  artificial-intelligence, neural-networks
Start Machine Learning In 2020
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2021 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Stars: ✭ 357 (-63.16%)
Mutual labels:  artificial-intelligence, neural-networks
Awesome Ai Ml Dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Stars: ✭ 831 (-14.24%)
Mutual labels:  artificial-intelligence, neural-networks
Learning To Learn
Learning to Learn in TensorFlow
Stars: ✭ 4,038 (+316.72%)
Mutual labels:  artificial-intelligence, neural-networks
Deep Learning For Hackers
Machine Learning tutorials with TensorFlow 2 and Keras in Python (Jupyter notebooks included) - (LSTMs, Hyperameter tuning, Data preprocessing, Bias-variance tradeoff, Anomaly Detection, Autoencoders, Time Series Forecasting, Object Detection, Sentiment Analysis, Intent Recognition with BERT)
Stars: ✭ 586 (-39.53%)
Mutual labels:  artificial-intelligence, neural-networks
Komputation
Komputation is a neural network framework for the Java Virtual Machine written in Kotlin and CUDA C.
Stars: ✭ 295 (-69.56%)
Mutual labels:  artificial-intelligence, neural-networks
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (-14.76%)
Mutual labels:  artificial-intelligence, neural-networks
Lab
Disclaimer: This is not an official Google product.
Stars: ✭ 6,595 (+580.6%)
Mutual labels:  artificial-intelligence, neural-networks
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (-66.36%)
Mutual labels:  artificial-intelligence, neural-networks
Daily Neural Network Practice 2
Daily Dose of Neural Network that Everyone Needs
Stars: ✭ 18 (-98.14%)
Mutual labels:  artificial-intelligence, neural-networks
Lightnet
🌓 Bringing pjreddie's DarkNet out of the shadows #yolo
Stars: ✭ 322 (-66.77%)
Mutual labels:  artificial-intelligence, neural-networks
Spacy
ðŸ’Ŧ Industrial-strength Natural Language Processing (NLP) in Python
Stars: ✭ 21,978 (+2168.11%)
Mutual labels:  artificial-intelligence, neural-networks
Gdrl
Grokking Deep Reinforcement Learning
Stars: ✭ 304 (-68.63%)
Mutual labels:  artificial-intelligence, neural-networks
Graph nets
Build Graph Nets in Tensorflow
Stars: ✭ 5,051 (+421.26%)
Mutual labels:  artificial-intelligence, neural-networks
Darwinexlabs
Datasets, tools and more from Darwinex Labs - Prop Investing Arm & Quant Team @ Darwinex
Stars: ✭ 248 (-74.41%)
Mutual labels:  artificial-intelligence, neural-networks
Awesome Ai Awesomeness
A curated list of awesome awesomeness about artificial intelligence
Stars: ✭ 268 (-72.34%)
Mutual labels:  artificial-intelligence, neural-networks
Sincnet
SincNet is a neural architecture for efficiently processing raw audio samples.
Stars: ✭ 764 (-21.16%)
Mutual labels:  artificial-intelligence, neural-networks
Riceteacatpanda
repo with challenge material for riceteacatpanda (2020)
Stars: ✭ 18 (-98.14%)
Mutual labels:  artificial-intelligence, neural-networks

Deep Audio Classification

A pipeline to build a dataset from your own music library and use it to fill the missing genres

Read the article on Medium

Required install:

eyed3
sox --with-lame
tensorflow
tflearn
  • Create folder Data/Raw/
  • Place your labeled .mp3 files in Data/Raw/

To create the song slices (might be long):

python main.py slice

To train the classifier (long too):

python main.py train

To test the classifier (fast):

python main.py test
  • Most editable parameters are in the config.py file, the model can be changed in the model.py file.
  • I haven't implemented the pipeline to label new songs with the model, but that can be easily done with the provided functions, and eyed3 for the mp3 manipulation. Here's the full pipeline you would need to use.

alt tag

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].