Giter Site home page Giter Site logo

audio-classifier-project's People

Contributors

csaska avatar markadivalerio avatar mmolteratx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

audio-classifier-project's Issues

Can you help me to setup your model with my data ?

Greetings,
Hope you have a nice day, i am working on an audio classification project which i have to distinguish between very similar sounds so i thought about your approach of using the multiple futures but didn't know how, so far i used only mel-spectgrom and barely got a 32% error rate with image classification (using fastai)
so i want to try your model with my data if that is possible but, i didn't understand the code that much.

i wish to contact you in order to help me setup the code, here is my discord
(Artist201#5802)
hope to meet you as soon as possible
Thank you.

question about feature extraction

i see in feature extraction after this piece of code

audio_data, sample_rate = librosa.load(file_name) stft = np.abs(librosa.stft(audio_data))

that you some time use stf and some times use audio_data
like

mfcc = np.mean(librosa.feature.mfcc(y=audio_data, sr=sample_rate, n_mfcc=40).T,axis=0)
    features.extend(mfcc) # 40 = 40  
chroma = np.mean(librosa.feature.chroma_stft(S=stft, sr=sample_rate).T,axis=0)
features.extend(chroma) # 12 = 52`

why is that ? what is the difference ? would like you to elaborate more on this. :)

Thank you !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.