mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-26 01:44:22 +01:00
docs: readme
This commit is contained in:
17
README.md
17
README.md
@@ -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)
|
||||
|
||||
BIN
res/animal_detector_example.png
Normal file
BIN
res/animal_detector_example.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 746 KiB |
Reference in New Issue
Block a user