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.
Start Free
Go from Code to Production URL in Seconds
Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
A proof-of-concept jupyter extension which converts english queries
...When a user enters a textual command, the extension interprets the request and generates a corresponding Python code snippet that can be inserted into the notebook and executed automatically. The system uses natural language processing techniques to identify the intent of the query, extract relevant variables, and map the request to predefined code templates. Technologies such as sentence embeddings and named entity recognition are used to interpret user instructions and construct appropriate code outputs.
A real-time approach for mapping all human pixels of 2D RGB images
...DensePose is widely used in augmented reality, motion capture, virtual try-on, and visual effects applications because it enables real-time 3D human mapping from 2D inputs. The model architecture builds on Mask R-CNN, using additional regression heads to predict UV coordinates that map image pixels to 3D surfaces.
Solving the travelling salesman problem with genetic (evolutionary) algorithms. The distance calculations are based on geographical coordinates. The progress of the algorithm is visualized with a geo-map and some statistics.
Pangaea will be a robust and feature filled game engine built using Allegro (http://alleg.sourceforge.net) It will be similar to Final Fantasy 1-3, etc., complete with map editor/world builder.
noMADS - NOt so simple Multiple Agents Demo System.
A group of 4 types of agents (each with its capabilities) cooperate while crossing a map and facing various kinds of problems. This project is a JADE-based java application resulting in an applet.