chore: clean up examples and update README#163
Open
archae0pteryx wants to merge 3 commits intomainfrom
Open
Conversation
- Update README: remove EYEPOP_SECRET_KEY references, use EYEPOP_API_KEY as primary auth, remove EYEPOP_URL row, link to dashboard.eyepop.ai, add Composable Pops and Data Endpoint documentation sections - Remove broken examples that use removed/legacy APIs: visualize_pop.py (load_model doesn't exist), visualize_transient.py (set_pop string form removed), load_from_url_timing.py (set_pop string form removed), experimental/import_model_and_alias.py (typo, missing await, wrong artifact) - Fix live_rtmp_stream.py: on_ready passed as keyword arg instead of positional - Update pop_demo.py: model= -> ability=, modelUuid= -> abilityUuid= - Update caption_demo.py: model= -> ability= - Update workflow_cli.py: EYEPOP_SECRET_KEY -> EYEPOP_API_KEY - Fix create_dataset_and_train_sync.py: use correct criteria function - Update requirements.txt: bump eyepop to ~=3.9, add missing dependencies
- pop_demo.py: fix `dict[str, any]` -> `dict[str, Any]` (lowercase any is the builtin function, not a type) - workflow_cli.py: suppress basedpyright reportFunctionMemberAccess on click group command decorators
…rors Use cast(click.Group, _workflow) so basedpyright resolves .command() attribute access. Add type annotations to all function signatures.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
EYEPOP_SECRET_KEYreferences, makeEYEPOP_API_KEYthe primary auth method, removeEYEPOP_URLrow, link to dashboard.eyepop.ai, add full Composable Pops and Data Endpoint documentation sectionsvisualize_pop.py,visualize_transient.py,load_from_url_timing.py,experimental/import_model_and_alias.py)live_rtmp_stream.pyon_ready positional arg,create_dataset_and_train_sync.pywrong criteria functionmodel=→ability=,modelUuid=→abilityUuid=acrosspop_demo.pyandcaption_demo.py,EYEPOP_SECRET_KEY→EYEPOP_API_KEYinworkflow_cli.pyTest plan
pop_demo.pyruns with--pop personagainst a live workercaption_demo.pyruns with a VLM abilityworkflow_cli.pyauthenticates withEYEPOP_API_KEYinfer_demo.pyruns against a dataset asset