Coder Social home page Coder Social logo

ashish10alex / audio-augmentations Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 8.46 MB

A website that displays audio and its spectrogram when an augmentation/operation is applied to the audio.

HTML 25.61% CSS 17.69% Python 40.26% JavaScript 16.45%
audio augmentation speech-processing machine-learning flask

audio-augmentations's Introduction

Audio-Augmentations

A website to display audio and its spectrogram when an augmentation/operation is applied to the audio. Additionally it allowes users to augment their own audio file

To run the web app -

mkdir augenv; cd augenv
python3 -m venv . 
source bin/activate
pip3 install -r requirements.txt

python3 app.py

#Or to run on local network 
#change host parameter in app.run followed by 

flask run -h 192.168.X.X

Ubuntu installation caveats For complete deployment guide on an AWS ubntu instance see Link

and go to your web browser (e.g chrome/safari):

localhost:5000

To do

  • Add type hints

  • Use threads / async to load multiple augmented files - see async_example.py

    • Approximately 1 second faster(2.54 to 1.758secs) from using threading figure object computation)
    • Multiprocessing to compute augmentations (Doesn't seem to work as well as threading)
  • Delete uuid client augmentation folder after certain time

  • Why Post request gets resubmitted with same data bug

  • Add pop up for all Augmentations

    • Add basic pop up
    • Flickering issue due to grid resizing? - Maybe hard code InfoPopUp div in index.html
  • JavaScript for loop modal click event

    • Basic functionality - Added using closures (complex ? )
    • Close pop up on outside click
  • Grid css mobile

External libraries used

audio-augmentations's People

Contributors

ashish10alex avatar

Watchers

James Cloos avatar  avatar

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.