diff --git a/README.md b/README.md index abcd270..569b83c 100644 --- a/README.md +++ b/README.md @@ -104,22 +104,25 @@ jc delete ```bash generate --description "Convert a chemical formula into a 2D chemical structure diagram" --test "C=C, CN=C=O, CCC(=O)O" --path microservice ``` - Chemical Formula Visualization +## Hacker News Search +```bash +generate --description "Given a search query, find articles on hacker news using the hacker news api and return a list of (title, author, website_link, first_image_on_the_website)" --test "searching for GPT gives results" --path microservice +```` +Hacker News Search + ### Animal Detector ```bash gptdeploy generate --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" --model gpt-4 --path microservice ``` - Animal Detector ### Meme Generator ```bash gptdeploy generate --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" --model gpt-4 --path microservice ``` - Meme Generator ### Rhyme Generator diff --git a/res/hacker_news_example.png b/res/hacker_news_example.png new file mode 100644 index 0000000..95b7abf Binary files /dev/null and b/res/hacker_news_example.png differ