Showing 30 open source projects for "test"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    Recommenders

    Recommenders

    Best practices on recommendation systems

    ...Several utilities are provided in reco_utils to support common tasks such as loading datasets in the format expected by different algorithms, evaluating model outputs, and splitting training/test data. Implementations of several state-of-the-art algorithms are included for self-study and customization in your own applications. Please see the setup guide for more details on setting up your machine locally, on a data science virtual machine (DSVM) or on Azure Databricks. Independent or incubating algorithms and utilities are candidates for the contrib folder. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    GNSS-SDR

    GNSS-SDR

    An open source software-defined GNSS receiver

    An open source software-defined Global Navigation Satellite Systems (GNSS) receiver written in C++ and based on the GNU Radio framework.
    Leader badge
    Downloads: 1,367 This Week
    Last Update:
    See Project
  • 3
    Artifact GeoMorph Toolbox 3D 3.1

    Artifact GeoMorph Toolbox 3D 3.1

    A toolbox for 3DGM shape analysis of archaeological artifacts

    The Artifact Geomorph Toolbox 3D software is designed to provide the archaeologist interested in artifact shape variability with a toolbox to allow the acquisition, analysis and results exploration of homologous 3D landmark-based geometric morphometric data. As such, the toolbox contains an automated item and semi-landmarks positioning procedure and the fundamental statistical analyses and procedures to allow the processing and analysis of the data. It is designed to be easy to use and...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    xrayutilities

    xrayutilities

    a package with useful scripts for X-ray diffraction physicists

    xrayutilities is a python package used to analyze x-ray diffraction data. It can support with performing diffraction experiments and used for common steps in the data analysis. It can read experimental data from several data formats (spec, edf, xrdml, ...); convert them to reciprocal space for arbitrary goniometer geometries and different detector systems (point, linear as well as area detectors); for further processing the data can be gridded (transformed to a regular grid). More...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 5
    elibsrv

    elibsrv

    a light OPDS/HTML server indexing EPUB and PDF files

    ...It's worth noting that elibsrv is a complete solution - ie. it doesn't rely on third party software (most similar solutions are designed to work with Calibre...). Requires only PHP with sqlite. If you'd like to see how it looks for real, feel free to test on my 'demo' server (contains a few public domain books) - you can test it both using a web browser and an OPDS device: http://elibsrv-demo.viste.fr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    WIKINDX

    WIKINDX

    Virtual Research Environment / On-line Bibliography Manager

    ...WIKINDX runs on a web server giving you and your research group ownership and global access from any web-enabled device. You manage your database, you own your data. WIKINDX can be test-driven at: https://testdrive.wikindx.com
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    LeetCode

    LeetCode

    Solutions to LeetCode by Go, 100% test coverage

    Aimed towards programming enthusiasts who want to improve algorithm capabilities through LeetCode, containing many algorithm questions. Most of them are real interview questions of Google, Facebook, LinkedIn, Apple, etc. and it always help to sharp our algorithm Skills. Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. This repo shows the solutions in Go with the code style strictly following the...
    Downloads: 237 This Week
    Last Update:
    See Project
  • 8
    DeepMind Lab

    DeepMind Lab

    A customizable 3D platform for agent-based AI research

    ...If you use DeepMind Lab in your research and would like to cite the DeepMind Lab environment, we suggest you cite the DeepMind Lab paper. To enable compiler optimizations, pass the flag --compilation_mode=opt, or -c opt for short, to each bazel build, bazel test and bazel run command. The flag is omitted from the examples here for brevity, but it should be used for real training and evaluation where performance matters. DeepMind Lab ships with an example random agent in python/random_agent.py which can be used as a starting point for implementing a learning agent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    wav2letter++

    wav2letter++

    Facebook AI research's automatic speech recognition toolkit

    ...This is needed because KenLM doesn't support a make install step.wav2letter++ expects audio and transcription data to be prepared in a specific format so that they can be read from the pipelines. Each dataset (test/valid/train) needs to be in a separate file with one sample per line. A sample is specified using 4 columns separated by space (or tabs).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10

    RSSceSim

    RSSceSim - Reputation System Scenario Simulator

    RSSceSim is a simple and easy to extend simulation tool for reputation models that can be used for testing, comparing and benchmarking reputation system metrics under specific scenarios.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CMake Examples

    CMake Examples

    A collection of useful CMake examples

    CMake is a cross-platform open-source meta-build system which can build, test and package software. It can be used to support multiple native build environments including make, Apple's xcode and Microsoft Visual Studio. The cmake-examples reposiory includes some example CMake configurations which I have picked up when exploring it's usage for various projects. The examples are laid out in a tutorial like format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Open Cezeri Library

    Open Cezeri Library

    Effective Linear Algebra and Computer Vision Library with JAVA

    OCL stands for Open Cezeri Library (yet another linear algebra and matrix library). This library provides rapid coding as matlab ease of use. To learn for library please try to use test examples at OpenCezeriLibrary\test\test. It is originally developed at el-cezeri laboratory of Siirt University, in order to establish generic framework of reusable components and software tools for machine vision, machine learning, AI and robotic applications. Currently, it holds following main concepts 1- Vision: It can access web cams, imaging source industrial cameras for manuel settings and advanced issues. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Pulse capture

    Pulse capture

    Extract PPG signal from video image of the face

    The application was designed for the real time contactless photoplethysmography of the human face by means of an ordinary webcam in ambient light environment System requirements: - AMD or Intel CPU with 2 cores and 2.6 GHz clock speed (or higher); - 512 Mb of RAM (or higher); - OS Microsoft Windows 10/8/7/XP, booth 32 and 64 bit versions; - A RGB webcam (Logitech B910 is the best choice).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    mVision library is a set of functions related with computer vision programmed in Matlab. Also include a couple of GUIs for test visually the functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    cvsba

    OpenCV wrapper for sba library

    ...The main features are: - Based on sba-1.6, one of the most popular and robust bundle adjustment implementation, which is extensively used and tested by the community - sba installation is not needed since it is included in cvsba - New CMake structure which makes the library compilation, installation and linkage easier - Similar interface than Bundle Adjustment implementation on cv::LevMarqSparse::bundleAdjust() - Include examples to test the library on synthetically generated data - GPL licence
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    yanftl

    Yet another nand flash translation layer

    I write this code couple years ago, now I cut it out for an independent project, hopping it will help people to understand what a FTL is and how to design it. This project is not test enough, if you want to use it in you onw project, I am glad to help, please feel free to contact LaiZhefeng@gmail.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Parallel Content-Based matching algorithm running on multi-core CPUs and on CUDA GPUs. It includes a translator from the SIENA publish/subscribe system events and subscriptions and a large number of workloads to test its performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WSDis: Web Services Discovery Framework

    WSDis: Web Services Discovery Framework

    Framework to help researchers test their discovery algorithms.

    Framework to help researchers test their discovery algorithms. Microsoft visual studio 2008 with c# and SQL Server were used on windows based workstation. Prototype developed is called WSDis, which stands for Web Services Discovery. WSDis provides Two main menus and two buttons at the main form. Figure 10 shows the main form of WSDis. Button IMPORT imports WSDL files and retrieving their details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    RGP: Red General de Posicionamiento (Project Number P022-06/E16 - Junta de Andalucía) -- General Network Positioning based on open software and hardware. This project is the development and test of the standard IEC-60870-5 application layer protocol
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    libNT - The Number Theory Library
    libNT is a Number Theory Library which is based on a BigInteger Class. It will contain several algorithms for solving Number Theory Problems. Written in the IDE Code::Blocks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    openSMS4 was created by tao.tang316 and implemented in C, which is an open source implementation of the SMS4 encryption algorithm (including simple checking codes).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Questo progetto è dedicato al momento solo alle persone di lingua Italiana, vorrei creare una banca data di algoritmi da riutilizzare(JAVA). Ogni Cartella 1 file leggimi che spiega cosa fa l'algoritmo, una file java di test e la classe dell'algoritmo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A generic, vendor-independent open-source application to determine the performance of a pub-sub infrastructure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Overhead Imagery Research Data Set (OIRDS) - an annotated data library & tools to aid in the development of computer vision algorithms
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    JUnit Generator can automatically generate junit test cases for a specific class or method of Java; Fully supports the characteristics of object-oriented like generic type, complex class type generation etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next