screenshot-to-code/backend
2024-09-20 13:34:55 +02:00
..
codegen capture the stack trace properly 2024-06-27 12:33:55 +08:00
debug store intermediate artifacts for video for easier debugging 2024-03-25 14:09:13 -04:00
evals improve evals code 2024-07-19 07:55:44 -04:00
fs_logging refactors 2024-07-30 16:37:36 -04:00
image_generation Merge branch 'main' into hosted 2024-09-17 12:20:33 +02:00
image_processing fix bug where a image with dimensions larger than what Claude can accept but under the file size limit Claude can accept was not resized 2024-07-03 10:06:04 -04:00
prompts support text to code 2024-09-10 14:46:16 +02:00
routes when payment method is unknown, stop execution 2024-09-20 13:34:55 +02: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 remove model selection dropdown since that happens on the background now 2024-09-13 14:41:00 +02:00
build.sh add build script for render backend deployment 2023-11-16 19:03:05 -05:00
config.py pass user_id and api secret to saas API for storage 2024-09-18 15:20:50 +02:00
custom_types.py add basic text to ui generation 2024-07-09 12:53:07 -04:00
Dockerfile Update Dockerfile 2024-06-11 14:58:18 +02:00
llm.py merge 2024-09-08 16:50:18 +02:00
main.py Merge branch 'main' into hosted 2023-12-14 06:53:03 -05:00
mock_llm.py standardize to using typed send_message 2024-07-30 16:27:04 -04:00
poetry.lock implement saas storage of multiple generations 2024-09-12 12:30:12 +02:00
pyproject.toml Merge branch 'main' into hosted 2024-07-30 10:12:19 -04: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 add eval runner for text prompt 2024-07-19 09:25:11 -04:00
run_image_generation_evals.py create a eval script for sdxl lightning (replicate) vs dalle and support using replicate for image generation when key is set 2024-07-29 16:23:59 -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