Commit History

fix: catch failing external resouce: huggingface dataset
a1c0c4d

rmm commited on

docs: mkdocs needs modules (adding __init__.py)
1905de6

rmm commited on

test: visual test of presented content, persistent to tab switching
7e35515

rmm commited on

chore: added custom marker to slow (>20s) test, updated CI to skip
f10ce15

rmm commited on

fix: all usage of session_state.files explicitly a list now
838bba4

rmm commited on

test: implemented demo/snippet using app code for sidebar, plus test
85ba03c

rmm commited on

test: new test for input validation, and fix typo in args
8a40c2d

rmm commited on

chore: adding a property and tidy up fstring warnings
8e89085

rmm commited on

test: first steps with AppTest and a mock multi-file file_uploader
b0e0bde

rmm commited on

chore: tidy up main
fe42216

rmm commited on

fix: retired use of tab_log in session state
fd0073b

rmm commited on

chore: moved all session state init to relevant modules
19b7ec2

rmm commited on

fix: typehints compatible with py3.9
9e88b3e

rmm commited on

doc: added docstrings to new functions
f87663a

rmm commited on

fix: remove highlighting for completion, not valid before v1.41.0
d9e7970

rmm commited on

chore: cleanup variable names and add docstrings
06a0df9

rmm commited on

chore: moved debug function to relevant module, and docstring
774a646

rmm commited on

chore: clean up function naming
5a3cbc4

rmm commited on

test: updated test to match interface; solved other xfail tests
7dee860

rmm commited on

feat: extended InputObservation to contain species/prediction info
71dfd99

rmm commited on

chore: tidy up of workflow and debug clutter
8c4b1f7

rmm commited on

fix: InputObservation uses date, time, and raw_image_datetime
aa998c4

rmm commited on

feat: push observations functions for multi-file handling
11550ac

rmm commited on

fix: instantiating InputObservation with new call signature
bb4e7ad

rmm commited on

fix: public_observations now a dict, for multi-image handling
5f5f7d9

rmm commited on

fix: removed time from InputObservation, renamed date for clarity
c45e52f

rmm commited on

chore: removing duplicate file (right one is in classifier subdir)
52b2a06

rmm commited on

feat: get coordinates from file, populate input boxes
da246ad

rmm commited on

chore: reorganise code out of main
75fcfd6

rmm commited on

chore: reorganise code out of main, and docstrings in input_handling
ba6e051

rmm commited on

chore: cleanup input_handling - removing unused functions
cd85869

rmm commited on

chore: cleaning up InputObservation (added type hints)
8f958ed

rmm commited on

feat: InputObservations are compared and only updated if new
5cb2d26

rmm commited on

fix: InputObservation comparison ok for images, and skipping time
80c0010

rmm commited on

chore: cleaning up InputObservation
5016509

rmm commited on

feat: separated file input and metadata input functions
1bbd515

rmm commited on

fix: checking input requires testing for empty strings/lists
9bd26ee

rmm commited on

feat: nearly complete input handling with stable state
895e8d8

rmm commited on

feat: using separate functions for ML flow (WIP)
f7a48a3

rmm commited on

feat: separate functions for ML inference, manual validation, display
2fd6040

rmm commited on

feat: using FSM for full workflow, with some steps mocked
f1504f4

rmm commited on

fix: classification_done and prediction1 now ok for image batches
cc71f8d

rmm commited on

feat: implementation of FSM, and invokation for first phases
bd8db44

rmm commited on

Merge remote-tracking branch 'origin/dev' into feat/stateful-workflow
8047e97

rmm commited on

Revert "feat: first implementation of an FSM to keep track of phase"
fd2b373

rmm commited on

feat: first implementation of an FSM to keep track of phase
d7725f6

rmm commited on

feat: added member var for top predictions in the observation class
ba36d57

rmm commited on

fix: adapt tests to refactor and explicit module names
fffba94

vancauwe commited on

chore: update documentation to refactor
3719bb7

vancauwe commited on

feat: hash used as identifier
5a8836e

vancauwe commited on