From f87d93ed75105e44801b978cd4bb77472fb1aad0 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Thu, 16 Nov 2023 19:29:33 -0500 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index df5e72e..8566f93 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ https://github.com/abi/screenshot-to-code/assets/23818/6cebadae-2fe3-4986-ac6a-8 See Examples section below for more demos. +You can now [try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (bring your own OpenAI key). Or see Getting Started below for local install instructions. + ## Updates * Nov 16 - Added a setting to disable DALL-E image generation if you don't need that @@ -15,6 +17,8 @@ See Examples section below for more demos. ## Getting Started +If you don't want to run this locally, you can [try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (bring your own OpenAI key). + The app has a React/Vite frontend and a FastAPI backend. You will need an OpenAI API key with access to the GPT-4 Vision API. Run the backend (I use Poetry for package management - `pip install poetry` if you don't have it): From 867f30af635c1d570112d9927e4482c0d6c87bc9 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Thu, 16 Nov 2023 19:44:06 -0500 Subject: [PATCH 2/5] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8566f93..7d0a3e6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ https://github.com/abi/screenshot-to-code/assets/23818/6cebadae-2fe3-4986-ac6a-8 See Examples section below for more demos. -You can now [try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (bring your own OpenAI key). Or see Getting Started below for local install instructions. +🆕 [Try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (bring your own OpenAI key). Or see Getting Started below for local install instructions. ## Updates @@ -17,8 +17,6 @@ You can now [try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (b ## Getting Started -If you don't want to run this locally, you can [try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (bring your own OpenAI key). - The app has a React/Vite frontend and a FastAPI backend. You will need an OpenAI API key with access to the GPT-4 Vision API. Run the backend (I use Poetry for package management - `pip install poetry` if you don't have it): From 6f588b41a6f6e8df9a7040e5e0bd791924690c9a Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Thu, 16 Nov 2023 20:00:57 -0500 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d0a3e6..cab2b1c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ https://github.com/abi/screenshot-to-code/assets/23818/6cebadae-2fe3-4986-ac6a-8 See Examples section below for more demos. -🆕 [Try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (bring your own OpenAI key). Or see Getting Started below for local install instructions. +🆕 [Try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (bring your own OpenAI key - **your key must have access to GPT-4 Vision. See FAQ section below for details.**). Or see Getting Started below for local install instructions. ## Updates From 15bb3e836fc320437e5a6b554c33e8815ce57b4d Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Thu, 16 Nov 2023 20:01:15 -0500 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cab2b1c..82968dd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ https://github.com/abi/screenshot-to-code/assets/23818/6cebadae-2fe3-4986-ac6a-8 See Examples section below for more demos. -🆕 [Try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (bring your own OpenAI key - **your key must have access to GPT-4 Vision. See FAQ section below for details.**). Or see Getting Started below for local install instructions. +🆕 [Try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (bring your own OpenAI key - **your key must have access to GPT-4 Vision. See FAQ section below for details**). Or see Getting Started below for local install instructions. ## Updates From 49cf817072633fe9af0704b8e6bbe378277c9f80 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Thu, 16 Nov 2023 20:01:51 -0500 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82968dd..1529ec0 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,4 @@ https://github.com/abi/screenshot-to-code/assets/23818/3fec0f77-44e8-4fb3-a769-a ## Hosted Version -Hosted version coming soon on [Pico](https://picoapps.xyz?ref=github). +🆕 [Try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (bring your own OpenAI key - **your key must have access to GPT-4 Vision. See FAQ section below for details**). Or see Getting Started below for local install instructions.