Open Internet by MindsNet
Modular
Repository: modular/modular Stars: 29023 Forks: 3085 Primary language: Mojo Discovery sources: trending:weekly Selection score: 81.57 Usefulness score: 9.7 Source confidence score: 3.5 Languages: Mojo, Python, C++, Starlark, MLIR, MDX Topics: ai, language, machine-learning, max, modular, mojo, programming-language Summary: The Modular Platform (includes MAX & Mojo) README excerpt: <!-- rumdl-disable-file MD033 MD041 MD075 --> <div align="center"> <img src="https://modular-assets.s3.us-east-1.amazonaws.com/images/modular-banner-github.png"> [About Modular] | [MAX docs] | [Mojo docs] | [Contributing] </div> --- # Modular Platform This repo hosts open-source components of the Modular Platform, a unified platform for AI development and deployment, including the **MAX Framework**🧑🚀 and the **Mojo Language**🔥. ## Get started To get started with the Modular Platform and serve a model using the MAX framework, see [the MAX quickstart guide](https://max.modular.com/get-started). To get started with the Mojo language, see [the Mojo quickstart guide](https://mojolang.org/docs/manual/quickstart/). ## About the repo We're constantly open-sourcing more of the Modular Platform and you can find all of it in here. The main components include: - Mojo compiler: [/KGEN](KGEN) - Mojo standard library: [/mojo/stdlib](mojo/stdlib) - MAX accelerator library: [/max/kernels](/max/kernels) - MAX inference server: [/max/python/max/serve](/max/python/max/serve) (OpenAI-compatible endpoint) - MAX model pipelines: [/max/python/max/pipelines](/max/python/max/pipelines) (Python-based graphs) - Code examples: [/max/examples](/max/examples) + [/mojo/examples](mojo/examples) ## Contribute We accept contributions to the [Mojo standard library](./mojo), [MAX accelerator library](./max/kernels), [MAX model architectures](/max/python/max/pipelines/architectures), code examples, Mojo docs, and more. We aren't accepting contributions to the Mojo compiler yet. First, please read the [Contribu
Computing & Technology, Computer Science, Software Engineering