Showing 179 open source projects for "using"

View related business solutions
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1

    octave-mqtt

    GNU Octave MQTT toolkit

    A basic GNU Octave implementation of mqtt toolkit using the paho-mqtt library
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    MTCNN Face Detection Alignment

    MTCNN Face Detection Alignment

    Joint Face Detection and Alignment

    MTCNN_face_detection_alignment is an implementation of the “Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks” algorithm. The algorithm uses a cascade of three convolutional networks (P-Net, R-Net, O-Net) to jointly detect faces (bounding boxes) and align facial landmarks in a coarse-to-fine manner, leveraging multi-task learning. Non-maximum suppression and bounding box regression at each stage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Spheroid_segmentation

    Spheroid_segmentation

    Deep learning networks for spheroid segmentation

    ...The code provides the trained networks based on Vgg16, Vgg19, ResNet18, and ResNet50 ready to be used for segmentation purposes. It also provides Matlab functions ready to be used to train new networks, segment new images, and measure the quality of the training using different quantitative parameters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    NaveGo

    NaveGo

    NaveGo: an open source MATLAB/GNU Octave toolbox for processing integr

    NaveGo is an open source MATLAB/GNU Octave toolbox designed for processing integrated navigation systems, simulating inertial sensors and GNSS receivers, and profiling inertial sensors using methods like Allan variance—providing a community-driven simulation framework for navigation system design and analysis. I am reaching out to share an important update regarding the NaveGo project. Due to a shift in both my professional career and personal interests away from navigation systems, I have made the difficult decision to step down from my role as the lead developer of NaveGo. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    ReViSP

    ReViSP

    ReViSP, a 3D volume rendering MATLAB tool for multicellular spheroids

    ...ReViSP is written in MATLAB (The MathWorks, Inc., Massachusetts, USA) and the source code is freely provided. Requirements for running ReViSP from the source code: MATLAB 2020a and Image Processing Toolbox 11.1 or later versions. Please, when using this software, cite these articles: (a) F. Piccinini, et al., Cancer multicellular spheroids: Volume assessment from a single 2D projection. Computer Methods and Programs in Biomedicine, 118(2):95–106, 2015. (b) F. Piccinini, et al., Single-image based methods used for non-invasive volume estimation of cancer spheroids: a practical assessing approach based on entry-level equipment. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Virtual Reflectometer

    Virtual Reflectometer

    Simulates basic reflectometer scans with X ray tracing.

    With Virtual Reflectometer (VR), you can simulate the basic alignment scans of a basic X ray reflectometer (diffractometer) with a Goebel mirror using ray tracing. With this program, you can characterize reflectometers and get a reflectometer-dependent overillumination correction for X Ray Reflectivity (XRR) scans. The pogram serves as an educational tool for explaining alignment and for a proper overillumination correction of XRR data. !!Paper will be referenced!!. VR can be run by code in Matlab or as a standalone app. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    NASA T0TEM

    NASA T0TEM

    Calculate ASTM E1921 master curve and transition temperature.

    ...It creates all required plots for the basic master curve and the inhomogeneity annex. Output is delivered via table or CSV and plots exported as picture files. The program is coded in MATLAB 2021a using App Designer. Use of T0TEM V1.5 is possible without a MATLAB license by utilizing the free MATLAB Runtime Version 9.10. This program was created by NASA at Marshall Space Flight Center.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    DnCNN

    DnCNN

    Beyond a Gaussian Denoiser: Residual Learning of Deep CNN

    ...This formulation allows efficient denoising, supports blind Gaussian noise (i.e. unknown noise levels), and can be extended to related tasks like image super-resolution or JPEG deblocking in some variants. The repository includes training code (using MatConvNet / MATLAB), demo scripts, pretrained models, and evaluation routines. Single model handling multiple noise levels.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    PsyExTool

    psychophysical experiment control, data collection and visualization

    ...At present the program allows to use adjustment, constant stimulus and adaptive PSI psychophysical methods. The parameters of the stimulus and psychophysical method is adjusted in a single graphical user interface. The responses are collected using keyboard or mouse. The process of experiment is displayed graphically. At the end of the session, the data can be stored or exported for further analysis. The structure of the program may incorporate and combine additional methods for data collection and stimuli presentation. The code is under MIT license. Comments and questions are welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy-to-use Business Software for the Waste Management Software Industry Icon
    Easy-to-use Business Software for the Waste Management Software Industry

    Increase efficiency, expedite accounts receivables, optimize routes, acquire new customers, & more!

    DOP Software’s mission is to streamline waste and recycling business’ processes by providing them with dynamic, comprehensive software and services that increase productivity and quality of performance.
    Learn More
  • 10
    CAM

    CAM

    Class Activation Mapping

    This repository implements Class Activation Mapping (CAM), a technique to expose the implicit attention of convolutional neural networks by generating heatmaps that highlight the most discriminative image regions influencing a network’s class prediction. The method involves modifying a CNN model slightly (e.g., using global average pooling before the final layer) to produce a weighted combination of feature maps as the class activation map. Integration with existing CNNs (with light modifications). Sample scripts/examples using standard architectures. The repo provides example code and instructions for applying CAM to existing CNN architectures. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CNN for Image Retrieval
    cnn-for-image-retrieval is a research-oriented project that demonstrates the use of convolutional neural networks (CNNs) for image retrieval tasks. The repository provides implementations of CNN-based methods to extract feature representations from images and use them for similarity-based retrieval. It focuses on applying deep learning techniques to improve upon traditional handcrafted descriptors by learning features directly from data. The code includes training and evaluation scripts that...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Robust Tube MPC

    Robust Tube MPC

    Example implementation for robust model predictive control using tube

    robust-tube-mpc is a MATLAB implementation of robust tube-based Model Predictive Control (MPC). The framework provides tools to design and simulate controllers that maintain stability and constraint satisfaction in the presence of bounded disturbances. Tube-based MPC achieves robustness by combining a nominal trajectory planner with an error feedback controller that keeps the actual system state within a "tube" around the nominal trajectory. This repository includes example scripts and...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    ANDTool

    ANDTool

    Analysis Nuclei DAB (AND) Tool

    Analysis Nuclei DAB (AND) Tool is a Graphical User Interface (GUI) to analyse microscopy images representing cells with nuclei stained using DAB dyes. The tool requires as input the original RGB images, and the FastRed, FastBlue, DAB channel, easily obtained using the Fiji function: "ImageJ" -> "Image" -> "Colour Deconvolution" -> "FastRed FastBlue DAB" Then, the tool first segment the nuclei using the FastBlue channel and the DAB channel, and then computes statistics by subdividing the sample in three regions according to the FastRed channel: a dark-red ROI, a light-pink ROI and a white ROI. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Isolation‐based anomaly detection

    Isolation‐based anomaly detection

    Isolation‐based anomaly detection using nearest‐neighbor ensembles

    ...https://onlinelibrary.wiley.com/doi/abs/10.1111/coin.12156 Bandaragoda, T.R., Ting, K.M., Albrecht, D., Liu, F.T., Zhu, Y. and Wells, J.R., 2018. Isolation‐based anomaly detection using nearest‐neighbor ensembles. Computational Intelligence, 34(4), pp.968-998.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Isolation Similarity

    Isolation Similarity

    aNNE similarity based on Isolation Kernel

    Demo of using aNNE similarity for DBSCAN. Written by Xiaoyu Qin, Monash University, March 2019, version 1.0 This software is under GNU General Public License version 3.0 (GPLv3) This code is a demo of method described by the following publication: Qin, X., Ting, K.M., Zhu, Y. and Lee, V.C., 2019, July. Nearest-neighbour-induced isolation similarity and its impact on density-based clustering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    KLT-IV
    KLT-IV v1.0 has been designed to offer a user-friendly graphical user interface for the determination of river flow velocity and river discharge using videos acquired using a variety of fixed and moving platforms. KLT-IV employs optical flow and computer vision techniques for the tracking of features present on the river surface with pixel displacements being converted to real-world velocities using an optimised camera model approach. Movement of the platform can be accounted for when ground control points and/or stable features are present, or where the platform is equipped with GPS and IMU sensors. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LIPRAS, Line-Profile Analysis Software

    LIPRAS, Line-Profile Analysis Software

    Peak fitting GUI for diffraction data

    LIPRAS v466 LIPRAS [LEEP-ruhs], short for Line-Profile Analysis Software, is a graphical user interface for least-squares fitting of Bragg peaks in powder diffraction data. For any region of the inputted data, user can choose which profile functions to apply to the fit, constrain profile functions, and view the resulting fit in terms of the profile functions chosen. If you use LIPRAS for your research, please cite it: Giovanni Esteves, Klarissa Ramos, Chris M. Fancher, and Jacob L....
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Tiny

    Tiny

    Tiny Face Detector, CVPR 2017

    This repository implements the Tiny Face Detector (from Hu & Ramanan, CVPR 2017) in MATLAB (using MatConvNet). The method is designed to detect tiny faces (i.e. very small-scale faces) by combining multi-scale context modeling, foveal descriptors, and scale enumeration strategies. It provides training/testing scripts, a demo (tiny_face_detector.m), model loading, evaluation on WIDER FACE, and supporting utilities (e.g. cnn_widerface_eval.m).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TauFactor

    TauFactor

    MatLab App for calculating the tortuosity factor of microstructure

    ...The tortuosity factor quantifies the apparent decrease in diffusive transport resulting from convolutions of the flow paths through porous media. TauFactor calculates this value using an over relaxed finite-different approach. This tool provides a fast computational platform applicable to the big datasets (>10^8 voxels) typical of modern tomography, without requiring high computational power.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20

    PsPM

    A matlab suite for Psycho-Physiological Modelling

    ...Although this website will maintained to provide further releases, there will be no active development on the SVN repository. Thank you for your understanding and for using PsPM.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    DSeg software

    A MATLAB program to segment filamentous bacteria and hyphae structures

    ...The quantitative evaluation of morphological changes in the biological processes is therefore important to characterize cell structures. Here we present an image analysis tool DSeg to overcome the difficulties in finding complicated elongated cell shapes by using time-lapse data and cell morphological constraints. A fast binary level-set based algorithm is implemented for extracting object contour and refining shapes. The software is implemented in MATLAB for segmenting and tracking of cell contours from various microscopy systems. Video instructions: https://www.youtube.com/embed/qMbM0shkk7A?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Sensitizer

    Sensitizer

    A toolset to automate STOP analysis with Zemax OpticStudio

    ...The core code of SENSITIZER runs in MATLAB and drives ZOS in the background through the ZOS-API interface, based on .NET. The output is saved in the MATLAB file format and can be post-processed using MATLAB and/or Mathematica routines. The optical system to analyze is defined in a normal Zemax lens file. The core data structure of SENSITIZER is an optical group, which can be any optical surface in the lens file or a set of subsequent surfaces. These groups will be perturbed by varying their positions relative to the rest of the system (rigid-body-motions) and/or by adding Zernike shape deformations on their front surface. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GVAR

    GVAR

    The GVAR Toolbox 1.1 is designed for the purpose of GVAR modelling.

    ...Version 1.1 was released in July 2011 and is available to download, free of charge, from this website. Derived from Dr. L.Vanessa Smith's project Exploring International Economic Linkages Using a Global Model, the GVAR Toolbox 1.1 is the second release of a collection of MatLab procedures with an Excel-based interface, designed for the purpose of GVAR modelling. The GVAR modelling approach provides a general yet practical global modelling framework for the quantitative analysis of the relative importance of different shocks and channels of transmission mechanisms. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 24
    easy-dhpsf

    easy-dhpsf

    GUI for fitting 3D single-molecule images using the double-helix PSF

    This package of MATLAB routines with accompanying GUI allows scientific users to measure the 3D location of single molecules when using the double-helix point spread function (DH-PSF) widefield microscope. Version 2 also includes code that facilitates combining localization data from two spectral channels using a locally-weighted quadratic 3D registration function Features - Double-Gaussian estimator is calibrated via an axial scan of bright immobile fluorescent emitters (e.g. beads) - DH localization is performed through template matching and subsequent double Gaussian fitting - Tiff stacks of SM images are analyzed using template matching followed by double-Gaussian fitting to extract estimates of the molecule positions - Two spectral channels are registered by generating a locally-weighted quadratic mapping function from control point pairs
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    KoBra
    This is a standalone program for a) the calculation of diffusion coefficients of sorbates inside nanoporous materials at different loadings by using transition rate constants and for b) solving the master equation for a system consisted of a large number of unit cells per each direction. It is based on the following published paper "Kolokathis, P. D., Braun, O. M.. J. Comput. Chem. 2019, 40, 2053– 2066. DOI: 10.1002/jcc.25857"
    Downloads: 1 This Week
    Last Update:
    See Project