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
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.
Open Source Particle Image Velocimetry and PIV Analysis
OpenPIV is an initiative of scientists to develop a software, algorithms and methods for the state-of-the-art experimental tool of Particle Image Velocimetry (PIV) which are free, open source, and easy to operate.
"""
E-Cell's source code repository has moved to GitHub!
https://github.com/ecell
The development of E-Cell now continues on GitHub.
The Subversion repository was abandoned.
"""
E-Cell System is an object-oriented software suite for modeling, simulation, and analysis of large scale complex systems such as biological cells. It allows many components driven by multiple algorithms with different timescales to coexist in a model.
Emulica provides manufacturing control engineers and researchers with generic modeling components to build industry-scale virtual (emulated) shop floor systems, and thus test control approaches.
PCSIM is a tool for distributed simulation of heterogeneous networks composed of different model neurons and synapses. The development of PCSIM was supported by the FACETS EU project.
Methods and testing of methods for automatic analysis of in situ cyclic
voltammetry data.
This, at least initially, is the code from my masters thesis, which was
done as a contribution to a larger project called Aevum. Aevum is being
developed at t
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
This project hosts tools used for analysis of Gaussian Mixture Distributions (GMDs) which are used for statistical signal processing. The tools are libraries for implementing GMD operations and programs used to analyze properties of GMDs.
Text2Genome is a set of scripts to extract nucleotide sequences from scientific articles and to map them to genomes and genes using a local alignment algorithm (BLAST/BLAT)
PyTuneSounds is a application that lets the user tune the volumes of sounds in a variety of ways, e.g. to use these in psychoacoustic experiments. It is possible to correct the spectrum of the sound with respect to equipment-inherent filters.
LaserFoam performs simulations of laser pulses using an adaptive split step Fourier method to solve the generalized nonlinear Schrödinger equation. It provides a graphical environment to run and visualize the results.
DTMF detector library and/or application that reads in the specified audio file and returns/outputs whether DTMF detected and/or list of detected digits. May have GUI and command line interfaces.
Metmask has moved to github http://github.com/hredestig/metmask
Metmask is a tool written in python for managing chemical identifiers for metabolomics experiments. It can incorporate identifiers from local textfiles, several online databases, query PubChem and record all found associations in a local sqlite database.
BESTGUI is a GUI front-end for BEST written in Python and GTK+. BEST (Basic Envisat SAR Toolbox) is an ESA (European Space Agency) software tool designed to facilitate the use of ESA SAR data.
Interface to collect data from a Consort R305 unit via RS-232. It allows to record data from 2 units with a total of 4 channels. The graphical interface displays the value of the channels as graphs and saves them in a CSV file.
MAXIMUS is a genome assembly pipeline which takes the best out of multiple reference assemblies and de novo assembly. The benefits of this approach include better assembled repetitive regions, less gaps and higher accuracy for the resultant assembly.
Model Builder is a graphical tool for designing, simulating and analyzing Mathematical models consisting of a system of ordinary differential equations(ODEs).
pyComPic is a GUI (Graphical User Interface) for picprog, sdcc and gpasm written in Python. It uses pyGTK and GTK2 for the interface. It's a good choice if you want to avoid the command line. It works with all PIC programmers supported by picprog
ngram is a module to compute the similarity between two strings. It is different to python's "difflib.SequenceMatcher" in that it cares more about the size of both strings. ngram is an port and extension of the perl module called "String::Trigram