App: Gradio/CLI wired to settings; requirements and README#4
Open
cropsgg wants to merge 1 commit intopr/03-training-pipelinefrom
Open
App: Gradio/CLI wired to settings; requirements and README#4cropsgg wants to merge 1 commit intopr/03-training-pipelinefrom
cropsgg wants to merge 1 commit intopr/03-training-pipelinefrom
Conversation
Owner
Author
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
Wires
app.py,run_training.py, andtest_system.pytoload_settings()so the Gradio dashboard and CLI share the same YAML-driven hyperparameters and paths. Refreshesrequirements.txt(FastAPI/Starlette pins, Python 3.13audioop-ltsmarker) and replacesREADME.mdwith goal-oriented documentation (what the project does, what it is trying to achieve, config overview, quick start).Base branch:
pr/03-training-pipeline(stacked — merge last or retarget after #3).What changed
run_app.sh— Prefers Python 3.12 venv when available; installs fromrequirements.txt.requirements.txt— Full dependency set aligned with current app stack.README.md— Mission, outcomes, configuration keys for biological consistency, structure, limitations, disclaimer.Why this PR exists
Users should not fork parallel configuration between UI and training scripts. One profile should drive demo, training, and smoke tests.
Dependencies
How to verify
./run_app.sh # or: .venv/bin/python run_training.pyStacked merge order
After earlier PRs merge into
main, edit the base branch of the remaining PRs tomainand rebase if GitHub shows extra commits.