Skip to content

Commit

Permalink
Add dividers
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Jan 17, 2024
1 parent 4fe8505 commit f7e8e37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Marvin consists of a variety of useful tools, all designed to be used independen

Here's a whirlwind tour of a few of Marvin's main features. For more information, [check the docs](https://askmarvin.ai/welcome/what_is_marvin/)!

---
### 🏷️ Classify text

Marvin can `classify` text using a set of labels:
Expand All @@ -91,6 +92,7 @@ marvin.classify(

Learn more about classification [here](https://askmarvin.ai/docs/text/classification).

---
### 🔍 Extract structured entities

Marvin can `extract` structured entities from text:
Expand Down Expand Up @@ -126,6 +128,8 @@ marvin.extract(

Learn more about entity extraction [here](https://askmarvin.ai/docs/text/extraction).


---
### ✨ Generate data

Marvin can `generate` synthetic data for you, following instructions and an optional schema:
Expand All @@ -152,6 +156,7 @@ marvin.generate(

Learn more about data generation [here](https://askmarvin.ai/docs/text/generation).

---
### 🪄 Standardize text by casting to types

Marvin can `cast` arbitrary text to any Python type:
Expand Down Expand Up @@ -191,6 +196,7 @@ Location("The Big Apple")

Learn more about casting to types [here](https://askmarvin.ai/docs/text/transformation).

---
### 🦾 Build AI-powered functions

Marvin functions let you combine any inputs, instructions, and output types to create custom AI-powered behaviors... without source code. These functions can can go well beyond the capabilities of `extract` or `classify`, and are ideal for complex natural language processing or mapping combinations of inputs to outputs.
Expand All @@ -213,6 +219,7 @@ Note that Marvin does NOT work by generating or executing source code, which wou

You can learn more about functions [here](https://www.askmarvin.ai/docs/text/functions/).

---
### 🖼️ Generate images from text

Marvin can `paint` images from text:
Expand All @@ -227,6 +234,7 @@ marvin.paint("a simple cup of coffee, still warm")

Learn more about image generation [here](https://askmarvin.ai/docs/images/generation).

---
### 🔍 Classify images (beta)

In addition to text, Marvin has beta support for captioning, classifying, transforming, and extracting entities from images using the GPT-4 vision model:
Expand Down

0 comments on commit f7e8e37

Please sign in to comment.