docs: readme

This commit is contained in:
Florian Hönicke
2023-04-12 12:21:20 +02:00
parent b73bda1103
commit 1a7fbee44b
2 changed files with 8 additions and 9 deletions

View File

@@ -104,9 +104,6 @@ graph TB
```
1. GPT Deploy identifies several strategies to implement your task.
2. It tests each strategy until it finds one that works.
3. For each strategy, it creates the following files:
@@ -123,6 +120,14 @@ graph TB
## Examples
### Animal Detector
```bash
gptdeploy create --description "Given an image, return the image with bounding boxes of all animals (https://pjreddie.com/media/files/yolov3.weights, https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov3.cfg)" --test "https://images.unsplash.com/photo-1444212477490-ca407925329e contains animals"
```
<img src="res/animal_detector_example.png" alt="Animal Detector" width="600" />
### Meme Generator
```bash
gptdeploy create --description "Generate a meme from an image and a caption" --test "Surprised Pikachu: https://media.wired.com/photos/5f87340d114b38fa1f8339f9/master/w_1600%2Cc_limit/Ideas_Surprised_Pikachu_HD.jpg, TOP:When you discovered GPTDeploy"
@@ -382,13 +387,7 @@ gptdeploy create --description "Visualize the Mandelbrot set with custom paramet
[//]: # (```)
[//]: # ()
[//]: # (### Bounding Box)
[//]: # (```bash)
[//]: # (gptdeploy create --description "Given an image, return the bounding boxes of all animals" --test "...")
[//]: # (```)
[//]: # (### ASCII Art Generator)

Binary file not shown.

After

Width:  |  Height:  |  Size: 746 KiB