Giter VIP home page Giter VIP logo

deepcommand's Introduction

Interface-Homme-Machine

Screenshot

Academic Project

Pour voir l'approche 1:

==> Youssef / Youssef_New

Pour voir l'approche 2:

==> Damien / Damien_New

Rérérences

Audio Classification avec convolutional neural network https://medium.com/@CVxTz/audio-classification-a-convolutional-neural-network-approach-b0a4fce8f6c

https://www.youtube.com/watch?v=_nOu_CHogWw

Sound Classification using Deep Learning (using librosa) https://medium.com/@mikesmales/sound-classification-using-deep-learning-8bc2aa1990b7

Data augmentation: https://medium.com/@makcedward/data-augmentation-for-audio-76912b01fdf6

GitHub sur data augmentation pour capteurs inertiels: https://github.com/terryum/Data-Augmentation-For-Wearable-Sensor-Data

plusieurs datasets : https://towardsdatascience.com/a-data-lakes-worth-of-audio-datasets-b45b88cd4ad https://ai.googleblog.com/2017/08/launching-speech-commands-dataset.html

Tensorflow speech command example : https://github.com/tensorflow/docs/blob/master/site/en/r1/tutorials/sequences/audio_recognition.md

Application IA

Pour charger un réseau de neurone, sauvegarder le model avec model.save("non du fichier .ia")

Pour charger un dataset (déja traité pour etre envoyé dans le réseau) :

f=open("Nom du fichier.dts", "wb" )

pickle.dump([x_train,y_train,x_test,y_test,l],f,protocol=4) (l étant la liste des labels [bed,bird,cat...])

f.close()

Il peut lire des fichier audio .wav (j'en ai mis 2 dans le .rar crées avec audacity) de 1s (ou plus si l'IA a été entrainé sur des fichiers de plus de 1s)

Il peut enregistrer le son du micro et (essayer de) reconnaitre le mot

On peut aussi visualiser l'architecture du réseau

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.