From 781dba5a0e82e697bb68a994069bcd47b3778c4b Mon Sep 17 00:00:00 2001 From: Ankur Singh Date: Wed, 23 Oct 2024 22:55:14 +0530 Subject: [PATCH] Improve the grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddc6c0ca1..5ee830f47 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Marvin is a lightweight AI toolkit for building natural language interfaces that are reliable, scalable, and easy to trust. -Each of Marvin's tools is simple and self-documenting, using AI to solve common but complex challenges like entity extraction, classification, and generating synthetic data. Each tool is independent and incrementally adoptable, so you can use them on their own or in combination with any other library. Marvin is also multi-modal, supporting both image and audio generation as well using images as inputs for extraction and classification. +Each of Marvin's tools is simple and self-documenting, using AI to solve common but complex challenges like entity extraction, classification, and generating synthetic data. Each tool is independent and incrementally adoptable, so you can use them on their own or in combination with any other library. Marvin is also multi-modal, supporting both image and audio generation as well as using images as inputs for extraction and classification. Marvin is for developers who care more about _using_ AI than _building_ AI, and we are focused on creating an exceptional developer experience. Marvin users should feel empowered to bring tightly-scoped "AI magic" into any traditional software project with just a few extra lines of code.