add information about Video to app
This commit is contained in:
parent
f09b4c7808
commit
b69edb7948
@ -16,6 +16,7 @@ See the [Examples](#-examples) section below for more demos.
|
|||||||
|
|
||||||
## 🌟 Recent Updates
|
## 🌟 Recent Updates
|
||||||
|
|
||||||
|
- Mar 8 - 🔥🎉🎁 Video-to-app: turn videos/screen recordings into functional apps
|
||||||
- Mar 5 - Added support for Claude Sonnet 3 (as capable as or better than GPT-4 Vision, and faster!)
|
- Mar 5 - Added support for Claude Sonnet 3 (as capable as or better than GPT-4 Vision, and faster!)
|
||||||
|
|
||||||
## 🛠 Getting Started
|
## 🛠 Getting Started
|
||||||
@ -50,6 +51,14 @@ For debugging purposes, if you don't want to waste GPT4-Vision credits, you can
|
|||||||
MOCK=true poetry run uvicorn main:app --reload --port 7001
|
MOCK=true poetry run uvicorn main:app --reload --port 7001
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Video to app (experimental)
|
||||||
|
|
||||||
|
[video]
|
||||||
|
|
||||||
|
Record yourself using any website or app or even a Figma prototype, drag & drop in a video and in a few minutes, get a functional, similar-looking app.
|
||||||
|
|
||||||
|
[You need an Anthropic API key for this functionality. Follow instructions here.](https://github.com/abi/screenshot-to-code/blob/main/blog/video-to-app.md)
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
- You can configure the OpenAI base URL if you need to use a proxy: Set OPENAI_BASE_URL in the `backend/.env` or directly in the UI in the settings dialog
|
- You can configure the OpenAI base URL if you need to use a proxy: Set OPENAI_BASE_URL in the `backend/.env` or directly in the UI in the settings dialog
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user