Expand description
Axonml TUI - Terminal User Interface for ML Framework
A comprehensive terminal-based user interface for the Axonml ML framework, providing visualization of models, datasets, training progress, and more.
§Features
- Model architecture visualization
- Dataset structure and statistics
- Real-time training progress monitoring
- Loss and accuracy graphs
- File browser for models and datasets
§Example
use axonml_tui::run;
fn main() -> std::io::Result<()> {
run(None, None)
}@version 0.1.0 @author AutomataNexus Development Team
Re-exports§
pub use app::App;pub use app::Tab;pub use theme::AxonmlTheme;pub use views::DataView;pub use views::FilesView;pub use views::GraphsView;pub use views::HelpView;pub use views::ModelView;pub use views::TrainingView;
Modules§
- app
- App - Main Application State for Axonml TUI
- event
- Event - Event Handling for Axonml TUI
- theme
- Theme - NexusForge Color Theme for Axonml TUI
- ui
- UI - Main UI Rendering for Axonml TUI
- views
- Views - TUI View Components
Functions§
- run
- Run the Axonml TUI application