Commit Graph

488 Commits

Author SHA1 Message Date
Abi Raja
bb642b320e improve evaluation docs and the way the model is passed into the evaluation script 2024-04-11 10:52:25 -04:00
Abi Raja
6587b626c5 clean up model strings and add support for GPT-4 Turbo (Apr 2024) 2024-04-11 09:55:55 -04:00
Abi Raja
9e1bcae545 remove access code/token functionality 2024-04-10 14:51:15 -04:00
Abi Raja
483d1e2209 handle unknown server error by showing an error message to the user 2024-04-10 13:37:44 -04:00
Abi Raja
29cea327cc improve error UX (particular when no OpenAI API key is found) 2024-04-10 13:20:42 -04:00
Abi Raja
4ef26a6ae8
Update README.md 2024-04-05 14:38:05 -04:00
Abi Raja
64cdc74186 add a regenerate button to retry an iteration 2024-04-04 15:50:33 -04:00
Abi Raja
58a929731f update wording to make it more obvious 2024-04-04 15:38:25 -04:00
Abi Raja
5b6d1c4421
Update README.md 2024-04-04 12:18:41 -04:00
Abi Raja
11cebfad6d
Update Troubleshooting.md 2024-03-30 18:41:15 -04:00
Abi Raja
7b17e4bace
Delete blog/video-to-app.md 2024-03-25 15:13:16 -04:00
Abi Raja
08c4132949 add a link to tips 2024-03-25 14:39:22 -04:00
Abi Raja
9465b6780b Merge branch 'main' of https://github.com/abi/screenshot-to-code 2024-03-25 14:09:17 -04:00
Abi Raja
dc52ff4cce store intermediate artifacts for video for easier debugging 2024-03-25 14:09:13 -04:00
Abi Raja
fc9b2e0530
Update README.md 2024-03-25 11:44:54 -04:00
Abi Raja
04cb502be9
Update README.md 2024-03-22 13:51:23 -04:00
Abi Raja
48d2ae9cfd
Update README.md 2024-03-22 13:43:33 -04:00
Abi Raja
7024057c03 show user a preview of the video and allow them to re-record 2024-03-22 11:15:33 -04:00
Abi Raja
87a44cfb77 show user a preview of the video and allow them to re-record 2024-03-22 11:14:44 -04:00
Abi Raja
6a0201a5c0 fix up mock data 2024-03-22 11:14:15 -04:00
Abi Raja
6069c2a118
Update README.md 2024-03-20 15:54:42 -04:00
Abi Raja
7f44228a95 fix bug where open AI key is required to use it with Anthropic 2024-03-19 13:57:57 -04:00
Abi Raja
62272e3a68 update error message for video 2024-03-19 13:51:30 -04:00
Abi Raja
b57f34d73a close anthropic client after it's done streaming 2024-03-19 12:09:25 -04:00
Abi Raja
212aa228ab fix bug with using enum as string 2024-03-19 10:30:58 -04:00
Abi Raja
81c4fbe28d identify exact llm being used during generation 2024-03-18 17:44:05 -04:00
Abi Raja
4e30b207c1 stop the screen sharing stream after it's recording is done 2024-03-15 13:41:35 -04:00
Abi Raja
1a42f6a91b add haiku claude constant 2024-03-15 13:35:15 -04:00
Abi Raja
cdbb78ea55 add browser tab indicator for coding and update favicon images 2024-03-14 16:53:09 -04:00
Abi Raja
87cf6f4cc2 Merge branch 'main' of https://github.com/abi/screenshot-to-code 2024-03-14 15:59:59 -04:00
Abi Raja
a58c95c8c7 add more mock data 2024-03-14 15:59:57 -04:00
Abi Raja
c08cf0ae57 support screen recording 2024-03-14 15:57:44 -04:00
Abi Raja
214163b0e0
Update README.md 2024-03-08 17:01:42 -05:00
Abi Raja
451f6c399b
Update video-to-app.md 2024-03-08 17:01:25 -05:00
Abi Raja
b69edb7948 add information about Video to app 2024-03-08 14:13:34 -05:00
Abi Raja
f09b4c7808 improve preview for videos by showing the streaming response as it comes in 2024-03-08 12:37:37 -05:00
Abi Raja
cacf78a4bb show preview of videos (only works for .MP4) 2024-03-08 11:21:30 -05:00
Abi Raja
caa63013f5 extract html to show a preview for video mode and switch to .srcdoc with throttling for the preview 2024-03-08 11:16:49 -05:00
Abi Raja
a0f5af0fdc improve mock functionality 2024-03-08 05:02:23 -05:00
Abi Raja
fa58f2ce8f add note when input mode is video 2024-03-08 05:00:48 -05:00
Abi Raja
a907ef37c5 Merge branch 'main' of https://github.com/abi/screenshot-to-code 2024-03-08 04:49:50 -05:00
Abi Raja
3c97a401f8 highlight video feature 2024-03-08 04:49:47 -05:00
Abi Raja
6d283ea9ef
Rename video-to-app to video-to-app.md 2024-03-08 04:47:57 -05:00
Abi Raja
df0f30d403
Create video-to-app 2024-03-08 04:47:36 -05:00
Abi Raja
28d33a4d7e do multiple passes for video claude 2024-03-07 17:31:39 -05:00
Abi Raja
e828feb1ba
Merge pull request #257 from abi/video
Add support for video uploads (with Claude Opus)
2024-03-07 15:07:20 -05:00
Abi Raja
4937a92f42 support video uploads through the interface 2024-03-07 14:59:26 -05:00
Abi Raja
c2f230a8c9 initial version of script 2024-03-06 20:47:28 -05:00
Abi Raja
d8b75c43d2
Update README.md 2024-03-06 07:49:20 -05:00
Abi Raja
cd7cd841ed
Update evaluating-claude.md 2024-03-05 21:52:24 -05:00