Update README.md

This commit is contained in:
Abi Raja 2023-11-16 19:44:06 -05:00 committed by GitHub
parent f87d93ed75
commit 867f30af63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 ## Updates
@ -17,8 +17,6 @@ You can now [try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (b
## Getting Started ## 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. 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): Run the backend (I use Poetry for package management - `pip install poetry` if you don't have it):