diff --git a/README.md b/README.md index c30112c..da06e81 100644 --- a/README.md +++ b/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" +``` + +Animal Detector + ### 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) diff --git a/res/animal_detector_example.png b/res/animal_detector_example.png new file mode 100644 index 0000000..9ec8ecc Binary files /dev/null and b/res/animal_detector_example.png differ