Processing launch points
for 9B_Demo_Advanced · dry-run only — nothing is executed from this page. Each card shows the legacy CLI workflow that would run, whether its input data appears present, and how to launch it.
AudioPreparationWorkflow
not ready- Purpose
- Transcribe audio/video submissions with Whisper.
- Implementation
- src/submission_processing/workflows/audio_preparation_workflow.py
- Data check
- No audio/video source files found in Teams folders.
- How to launch
-
python -m src.mainthen: Main Menu → Submission Processing → Audio Preparation
WrittenPreparationWorkflow
not ready- Purpose
- Parse and convert typed document submissions.
- Implementation
- src/submission_processing/workflows/written_preparation_workflow.py
- Data check
- No document source files found in Teams folders.
- How to launch
-
python -m src.mainthen: Main Menu → Submission Processing → Written Preparation
HandwritingImportWorkflow
not ready- Purpose
- OCR handwritten submissions from images/scans.
- Implementation
- src/submission_processing/workflows/handwriting_import_workflow.py
- Data check
- No image/scan source files found in Teams folders.
- How to launch
-
python -m src.mainthen: Main Menu → Submission Processing → Handwriting Import
Analysis workflows (speech/written/handwritten)
not ready- Purpose
- Run AI analysis over prepared submissions.
- Implementation
- src/submission_processing/workflows/
- Data check
- No prepared submission artifacts found; run a preparation workflow first.
- How to launch
-
python -m src.mainthen: Main Menu → Submission Processing → Analysis
ReportManager / FeedbackFormWorkflow
not ready- Purpose
- Generate feedback forms and reports from analyses.
- Implementation
- src/reports/report_manager.py
- Data check
- No analysis artifacts found; run analysis first.
- How to launch
-
python -m src.mainthen: Main Menu → Reports