2,561 skills found · Page 5 of 86
astrofrog / Fast Histogram:zap: Fast 1D and 2D histogram functions in Python :zap:
rackerlabs / Lambda UploaderHelps package and upload Python lambda functions to AWS
anjishnu / Ask Alexa PykitA minimalist SDK for developing skills for the Amazon Echo's ASK - Alexa Skills Kit using Amazon Web Services's Python Lambda Functions. Currently supported profiles are for Linux servers and AWS Lambda. Check the appropriate release branch. The cherrypy release branches have added components for request validation.
EasternJournalist / Utils3dA collection of useful functions for 3D vision & graphics research in Python.
gmihaila / Ml ThingsThis is where I put things I find useful that speed up my work with Machine Learning. Ever looked in your old projects to reuse those cool functions you created before? Well, this repo is designed to be a Python Library of functions I created in my previous project that can be reused. I also share some Notebooks Tutorials and Python Code Snippets.
Algomorph / PyboostcvconverterMinimalist code necessary for using porting C++ functions/classes using OpenCV's "Mat" type in functions argument lists directly (w/o explicit conversions) to python.
sgsellan / GpytoolboxA collection of utility functions to prototype geometry processing research in python
michalc / Sqlite S3 QueryPython functions to query SQLite files stored on S3
gionanide / Speech Signal Processing And ClassificationFront-end speech processing aims at extracting proper features from short- term segments of a speech utterance, known as frames. It is a pre-requisite step toward any pattern recognition problem employing speech or audio (e.g., music). Here, we are interesting in voice disorder classification. That is, to develop two-class classifiers, which can discriminate between utterances of a subject suffering from say vocal fold paralysis and utterances of a healthy subject.The mathematical modeling of the speech production system in humans suggests that an all-pole system function is justified [1-3]. As a consequence, linear prediction coefficients (LPCs) constitute a first choice for modeling the magnitute of the short-term spectrum of speech. LPC-derived cepstral coefficients are guaranteed to discriminate between the system (e.g., vocal tract) contribution and that of the excitation. Taking into account the characteristics of the human ear, the mel-frequency cepstral coefficients (MFCCs) emerged as descriptive features of the speech spectral envelope. Similarly to MFCCs, the perceptual linear prediction coefficients (PLPs) could also be derived. The aforementioned sort of speaking tradi- tional features will be tested against agnostic-features extracted by convolu- tive neural networks (CNNs) (e.g., auto-encoders) [4]. The pattern recognition step will be based on Gaussian Mixture Model based classifiers,K-nearest neighbor classifiers, Bayes classifiers, as well as Deep Neural Networks. The Massachussets Eye and Ear Infirmary Dataset (MEEI-Dataset) [5] will be exploited. At the application level, a library for feature extraction and classification in Python will be developed. Credible publicly available resources will be 1used toward achieving our goal, such as KALDI. Comparisons will be made against [6-8].
treverhines / RBFPython package containing the tools necessary for radial basis function (RBF) applications
python-cffi / CffiA Foreign Function Interface package for calling C libraries from Python.
JulianEberius / SublimeRopeST2 only, use SublimePythonIDE with ST3: Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope library
networktocode / NetutilsPython library that is a collection of functions and objects for common network automation tasks.
milaan9 / 02 Python DatatypesData types specify the different sizes and values that can be stored in the variable. For example, Python stores numbers, strings, and a list of values using different data types. Learn different types of Python data types along with their respective in-built functions and methods.
slyautomation / Osrs Basic Botting FunctionsFunctions for automating osrs botting using Python.
nhirakawa / BM25A Python implementation of the BM25 ranking function.
strands-labs / AI FunctionsPython functions powered by AI agents - with runtime post-conditions for reliable agentic workflows.
rjwalia / Navier Stokes Numerical Solution Using FDM FVM LBM Solver Python ScriptingPython script for Linear, Non-Linear Convection, Burger’s & Poisson Equation in 1D & 2D, 1D Diffusion Equation using Standard Wall Function, 2D Heat Conduction Convection equation with Dirichlet & Neumann BC, full Navier-Stokes Equation coupled with Poisson equation for Cavity and Channel flow in 2D using Finite Difference Method & Finite Volume Method.
milaan9 / 04 Python FunctionsThe function is a block of code defined with a name. We use functions whenever we need to perform the same task multiple times without writing the same code again. It can take arguments and returns the value.
AlexQuevillon / UnrealPythonLibraryA Pipeline Oriented Python Function Library - Feel free to use any of this in your projects