-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit * add some database queries * integrate sqlite db * Automatically reformatting code with black and isort * remove api token requirement * add unit tests * Automatically reformatting code with black and isort * updat edge inference * Automatically reformatting code with black and isort * remove database directory * remove iqe cache * updating image * updating image * Automatically reformatting code with black and isort * fix tests * update image * Automatically reformatting code with black and isort * refactoring * refactor model updater * update image * Automatically reformatting code with black and isort * Apply suggested change Co-authored-by: Tyler Romero <[email protected]> * add more constraints to the database tables * Automatically reformatting code with black and isort * add more unit tests * Automatically reformatting code with black and isort * add more tests * Automatically reformatting code with black and isort * temporarily comment out flaky test * Automatically reformatting code with black and isort * update image * fix failing tests * update image * Automatically reformatting code with black and isort * clean up * update image * move sqlalchemy logging to its own file * log database stuff to a file inside the container * update image * Automatically reformatting code with black and isort * address PR feedback * Automatically reformatting code with black and isort * turn async code into sync * Automatically reformatting code with black and isort * code clean up * fixing a bug in post_image_query * update image * Automatically reformatting code with black and isort * better description for the inference config * add metadata query param * upgrade sdk version * replace rotating file handler with a custom file handler * Automatically reformatting code with black and isort * changing the image for the inference model * clean up the database impl * update image * Automatically reformatting code with black and isort * refactor database query * new image * Automatically reformatting code with black and isort * fix test * update image --------- Co-authored-by: Auto-format Bot <[email protected]> Co-authored-by: Tyler Romero <[email protected]>
- Loading branch information
1 parent
caae066
commit 34a8b3f
Showing
21 changed files
with
845 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.