screenshot-to-code/backend
2024-06-27 14:44:24 +08:00
..
codegen extract only html content 2024-06-26 16:36:33 +08:00
debug store intermediate artifacts for video for easier debugging 2024-03-25 14:09:13 -04:00
evals support Claude Sonnet 3.5 2024-06-22 19:39:49 +08:00
image_processing process images to be under 5mb for Claude 2024-06-25 20:57:41 +08:00
prompts Merge branch 'main' into pr/227 2024-06-27 14:44:24 +08:00
routes extract only html content 2024-06-26 16:36:33 +08:00
video identify exact llm being used during generation 2024-03-18 17:44:05 -04:00
ws improve error UX (particular when no OpenAI API key is found) 2024-04-10 13:20:42 -04:00
.gitignore initial version of script 2024-03-06 20:47:28 -05:00
.pre-commit-config.yaml add pyright as part of pre-commit (but disable it for now due to failing type check) 2024-03-05 13:50:55 -05:00
build.sh add build script for render backend deployment 2023-11-16 19:03:05 -05:00
config.py store intermediate artifacts for video for easier debugging 2024-03-25 14:09:13 -04:00
custom_types.py support video uploads through the interface 2024-03-07 14:59:26 -05:00
Dockerfile Update Dockerfile 2024-06-11 14:58:18 +02:00
image_generation.py fix another type ignore 2024-06-05 15:18:54 -04:00
llm.py process images to be under 5mb for Claude 2024-06-25 20:57:41 +08:00
main.py add a front-end for scoring eval results 2023-12-13 16:38:26 -05:00
mock_llm.py fix up mock data 2024-03-22 11:14:15 -04:00
poetry.lock process images to be under 5mb for Claude 2024-06-25 20:57:41 +08:00
pyproject.toml process images to be under 5mb for Claude 2024-06-25 20:57:41 +08:00
pyrightconfig.json include type checker 2024-01-08 17:04:59 -08:00
README.md include type checker 2024-01-08 17:04:59 -08:00
run_evals.py support GPT-4o 2024-05-13 15:24:47 -04:00
start.py upgrade uvicorn dependency and add a backend start python script 2024-01-08 09:35:02 -08:00
test_llm.py add another unit test for new model 2024-05-13 15:26:12 -04:00
utils.py strictly type python backend 2023-12-09 15:34:16 -05:00
video_to_app.py identify exact llm being used during generation 2024-03-18 17:44:05 -04:00

Run the type checker

poetry run pyright

Run tests

poetry run pytest