forked from abi/screenshot-to-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/abi/screenshot-to-code
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
* You can now capture a video of a web app in action and have the AI build it for you. | ||
* Unlike screenshots, the app will not visually look exactly like the screen recording but it will be functional | ||
* This uses Claude 3 by Anthropic. You need to add an Anthropic API key to your .env file. See the README.md for details | ||
* IMPORTANT: This is very experimental and each call is expensive. I would recommend setting up usage limits on your Anthropic account to avoid excess charges. | ||
|
||
## Examples | ||
|
||
TBD | ||
|
||
## Tips for taking videos | ||
|
||
* We extract frames from your video so linger over each feature for a second or two. |