Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
KMLMapServer turns any UMN MapServer installation in a flexible KML vector and raster data server. Dynamically serve your MapServer data straight into Google Earth.
yades - "yet another differential equation solver". This Java application solves ordinary differential equations (ODE) numerically and displays the results as tables, graphs, direction fields or vector fields.
A Python class library of tools for learning agents, including reinforcement learning algorithms, function approximators, and vector quantizations algorithms. (Pronounced "plastic".)
A parametric, feature-based, sketch-driven 3D CAD application, built around a geometrical constraint solving engine. Project is in early development stage. The FreeSG library (http://freesg.org/) is required.
Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
The simpleSVM project contains Machine Learning codes for algorithms based on the SimpleSVM. It provides methods for Support Vector Machines and related methods, such as One-Clas SVM, nu-SVM...
A program which retrieves TV program data and asks user which TV programs he / she'll watch that day. Using that data program learns the user preferences using machine learning algorithms (such as support vector machines).
Fandango, formerly and internally know as elcad. It is a python scripted 3d CAD application; the core is programmed on C++, and interface functions are exported to python to be used as building blocks for new commands.
Joshi is a program that tries to recognize shapes on an image with a focus on OCR. It converts the image to vector graphics (polylines) and then tries to project these on stored vector graphics, calculating the best match.
AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
QtOPENCASCADE is a framework for integrating the OpenCascade Solids Modelling library with the Qt4 toolkit to enable the development of multi-platform CAD and CAE applications.
monoGIS will be a complete GIS suite for the Mono platform. The current milestone release includes an internet mapserver, OGC WMS implementation and some tools like spatial format conversion. For other projects using monoGIS see mdwglib and Appomattox.
This Tiny Vector and Matrix template library uses Meta and Expression Templates to evaluate results at compile time, thus making it fast for low-end systems. Temporaries are avoided because of this. The dimensions are static and bounded at compile time.
DiaCanvas is a library for drawing diagrams. It is completely Model/View/Controller based and has a Visio (DIA) look. The package also contains a Python wrapper for the library.
CamSketchpad is a modern recreation of Ivan Sutherland's seminal Sketchpad program. It's a 2D drawing / CAD program with support for geometrical constraints and the inclusion of instances referencing other drawings.
Class library for performing geometric constructions in 2D and 3D with Postscript output.
Easy to learn for C++ programmers. Easy parametrizing of figures.
A small but very useful vector graphics drawing program. A picture can be drawn by multiple people simultaneously over a network connection. If you know how complicated it is to explain something via instant messaging, you know why you need this tool.
Varkon.Org is a resource site for users of the Varkon parametric CAD and modeling system. This site is a mirror and archive for the Varkon.Org site. You can find all versions of modules for use with Varkon on this mirror site. See the website for info.
Bead Constructor is a utility for creating designs and patterns made of beads. The utility allows to create and edit patterns, to convert images to patterns, to draw maps of underlining wires. It also contains many other tools for a creator's needs.
Vector Visuals provides an easy-to-use, object-based API for creating and manipulating Java2D-rendered shapes and images. It features object embedding, dynamic connectors, and multithreaded task support.
Shiva is a C++ library for drawing and animation of vector graphics through an OpenGL context. It can also import SVG graphics and includes a set of "skinnable" standard GUI classes like Button, InputBox and ListBox to give functionality to drawing.
ptr_vector<T> is a wrapper for Standard C++ vector<T*> that cuts one level of indirection for iterators and member functions. In essence, ptr_vector lets you treat a vector of pointers as if it were a vector of values.