roboflow / gpt-checkup

Monitor the performance of OpenAI's GPT-4V model over time.
https://www.gptcheckup.com
27 stars 5 forks source link

adds devcontainer config for easier dcontribution via GitHub #18

Closed charlesfrye closed 7 months ago

charlesfrye commented 7 months ago

Description

GitHub Codespaces make OSS contribution much simpler, especially for small projects and small commits, like new tests in this benchmark.

The default Python Codespace almost works out-of-the-box with this repo, but unfortunately some of the libraries require system packages not installed by default (specifically supervision requires OpenGL, see .devcontainer.json), so there's a small amount of configuration required, which this PR adds.

Type of change

How has this change been tested, please provide a testcase or example of how you tested the change?

I used the configured devcontainer to create PR #17.

Any specific deployment considerations

If you want to encourage contributions via this route, you might want to add some material on it to the README.