Skip to content

Commit

Permalink
more readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-groundlight committed May 6, 2022
1 parent afe6e9a commit b91491b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Then, go to the [github repo](https://github.com/positronix-ai/groundlight-pytho
## TODOs

- `groundlight.submit_image_query()` doesn't work yet! We need to fix it!
- It would be nice to ahve a `get_or_create_detector()` function (even better if it's supported in the API directly). That way, "submit image query" code examples will be simpler.
- Tests
- Improve wrappers around API functions (e.g., so you don't have to call `.body` on a response, or add auto-pagination managers, etc.)
- `with` context manager
Expand All @@ -100,5 +101,5 @@ Then, go to the [github repo](https://github.com/positronix-ai/groundlight-pytho
- Better way of managing dependency on OpenAPI spec (right now, we just copy the file over manually)
- Update the web links (links to website, link to API endpoint, etc.)
- Add an image query long polling helper method (calls POST, then several GETs)
- Add jpeg function helpers
- Add image/jpeg utilities
- ...

0 comments on commit b91491b

Please sign in to comment.