Showing 26 open source projects for "python data analysis"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    Pure Data Computer Music System
    The Pure Data (short Pd) project on SourceForge unifies the extensions (or externals) written for the Pure Data Graphical Computer Music System written by Miller Puckette with contributions from many others.
    Downloads: 46 This Week
    Last Update:
    See Project
  • 2
    xoscope is a digital oscilloscope using input from a sound card or EsounD and/or a ProbeScope/osziFOX and will soon support Bitscope hardware. Includes 8 signal displays, variable time scale, math, memory, measurements, and file save/load.
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 3
    TAPClean is a Commodore tape preservation / restoration tool. It will check, repair, and remaster Commodore 64 and VIC 20 TAP or DC2N DMP files (tape images).
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    LAME (Lame Aint an MP3 Encoder)

    LAME (Lame Aint an MP3 Encoder)

    A high quality MP3 encoder

    LAME is an educational tool to be used for learning about MP3 encoding. The goal of the LAME project is to improve the psycho acoustics, quality and speed of MP3 encoding. Note: we provide source code only!
    Leader badge
    Downloads: 20,758 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5

    mp3guessenc

    What's inside your mp3 files REALLY ?

    mp3guessenc is based upon the original project by Naoki Shibata. This command line utility was born to detect the encoder used for a mpeg layer III file but now it can do more and scan any mpeg audio file (any layer) and print a LOT of useful information. Latest modifications include fixes, new features and code optimizations.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6

    Loris

    C++ class library for sound analysis, synthesis, and morphing

    Loris is a library for sound analysis, synthesis, and morphing, developed by Kelly Fitz and Lippold Haken at the CERL Sound Group. Loris includes a C++ class library, Python module, C-linkable interface, command line utilities, and documentation.
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    quickplot

    quickplot

    interactive 2D plotter

    Quickplot is a fast interactive 2D plotter with infinite zooming, value picking, pipe input, and unlimited plots displayed. Quickplot is meant for looking at your data quickly and of secondary importance is making static pictures of your data.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8
    fun2audio

    fun2audio

    Funcube Dongle Pro+ Data Capture & Audio Output

    Various reference programs to read baseband I/Q sample data from a Funcube Dongle Pro+ (FCDPP) software defined radio (SDR) hardware front end, demodulate the data stream and send it to the host's audio output port. Programs are present to demodulate AM, CW, FM and SSB (USB, LSB) streams. Also included is a program that writes FCDPP sample data to its standard output (stdout) port. The programs require the qthid program to control the FCDPP frequency and gain (also available at...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Simpl is an open source library for sinusoidal modelling written in the Python programming language and making use of SciPy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10

    median~

    Calculates median of a signal

    Pure Data external object to calculate the median of a signal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Zwicker s Loudness Calculation SW +Tool

    Zwicker's Loudness Calculation (ISO532B) Tools

    Zwicker's Loudness Calculation (ISO532B) Tools. The project includes a loudness calculation program based on Zwicker's Method, and a WAV file analyzer generating data files for loudness calculation. Documentation and test files are also provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Vamp is an audio processing plugin system for plugins that extract descriptive information from audio data.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 13
    This is a fast C implementation of Arturo Camacho's SWIPE' pitch extraction algorithm. See the project homepage for more about the advantages of the SWIPE' algorithm. swipe-1.0.tar.gz contains the current source, which should compile quite neatly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Transana is a cross-platform tool for the transcription and qualitative analysis of audio and video data. It also provides the ability to identify and organize analytically interesting portions of videos, as well as attach keywords to those video clips.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tune is a note/chord detecting program for use with guitars, pianos, or voices. It uses an FFT to analyze incoming sound and computes the root frequency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    eXtace is a 3D audio visualization tool (or eye candy depending on how you look at it). eXtace requires ESD (Esound) for its sound input source. It performs a FFT (fast fourier transform) on audio and displays it via various graphical modes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Easy-to-use platform-independent plugin API for the extraction of low-level features from audio data in PCM format, as required in the context of music information retrieval software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Use cicsWave to extract digital audio data from wav files. 16 & 24 bit stereo formats at any sample rate is supported. A csv (comma separated values) file is created which can be used in spreadsheets etc. Only 32000 samples (both) channels are extracted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a simple C library for working with the raw data in uncompressed WAV files. There are many better libraries for dealing with WAV files than this one. I wrote this to do some experimenting, and it's probably not the solution you're looking for.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Noozy is an advance digital cross-platform music player mastered by Noozxoide sound processor its own. On this new baked 3ZS version many improved from the previous...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Humdrum Toolkit for music research
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    STASS stands for Sound Treatment, Analysis and Synthesis Software. It will provide ingeneers and searchers easy-to-use as well as performant tools for sound analysis (spectro, sona and so on), treatment (filters, noise-gate) and synthesis (scepstrum).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Sonogram and waveform display programm for Unix using different algorithms like FFT and LPC to display musical features or potential artefacts that you may no be able to hear. Superimposed tuneable Staff-Lines allow for easy transcription of music.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A modular audio programming language, designed to write applications quickly. Its main goal is real time audio processing, but it should be used for any kind of development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The project aims to identify a simple and low cost eddy current probe that can be interfaced directly to ordinary linux systems and develop software to record data and identify hidden corrosion on aircraft during their mandated annual inspections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB