screenshot-to-code/backend
2024-03-07 14:59:26 -05:00
..
evals support Claude 3 Sonnet 2024-03-05 12:24:30 -05:00
prompts initial version of script 2024-03-06 20:47:28 -05:00
routes support video uploads through the interface 2024-03-07 14:59:26 -05:00
video support video uploads through the interface 2024-03-07 14:59:26 -05: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
access_token.py return failure reason to front-end 2023-12-06 10:50:22 -05:00
build.sh add build script for render backend deployment 2023-11-16 19:03:05 -05:00
config.py support Claude 3 Sonnet 2024-03-05 12:24:30 -05:00
custom_types.py support video uploads through the interface 2024-03-07 14:59:26 -05:00
Dockerfile simplify dockerfile and update docker-compose to use 7001 2023-11-19 21:39:10 -05:00
image_generation.py 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
llm.py initial version of script 2024-03-06 20:47:28 -05:00
main.py add a front-end for scoring eval results 2023-12-13 16:38:26 -05:00
mock_llm.py support video uploads through the interface 2024-03-07 14:59:26 -05:00
poetry.lock support video uploads through the interface 2024-03-07 14:59:26 -05:00
pyproject.toml support video uploads through the interface 2024-03-07 14:59:26 -05: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 code clean up 2024-03-04 14:58:01 -05:00
start.py upgrade uvicorn dependency and add a backend start python script 2024-01-08 09:35:02 -08:00
utils.py strictly type python backend 2023-12-09 15:34:16 -05:00
video_to_app.py support video uploads through the interface 2024-03-07 14:59:26 -05:00

Run the type checker

poetry run pyright

Run tests

poetry run pytest