LICENSE
MANIFEST.in
PACKAGE_STRUCTURE.md
README.md
USER_GUIDE.md
pyproject.toml
setup.py
examples/01_pdf_to_dataset.py
examples/02_synthetic_data.py
examples/03_finetune.py
examples/04_evaluate.py
examples/05_export.py
examples/06_complete_pipeline.py
examples/07_gui.py
examples/08_saara_demo_notebook.ipynb
examples/09_edge_ai_solutions_gemma_vllm.ipynb
examples/10_finetune_workflow_notebook.ipynb
examples/11_evaluation_workflow_notebook.ipynb
examples/12_export_workflow_notebook.ipynb
examples/13_gui_workflow_notebook.ipynb
saara/__init__.py
saara/core.py
saara/enums.py
saara/version.py
saara/cli/__init__.py
saara/cli/main.py
saara/dataset/__init__.py
saara/dataset/builder.py
saara/dataset/pdf_extractor.py
saara/dataset/synthetic_generator.py
saara/dataset/types.py
saara/evaluation/__init__.py
saara/evaluation/benchmarks.py
saara/evaluation/evaluator.py
saara/evaluation/metrics.py
saara/export/__init__.py
saara/export/exporter.py
saara/export/formats.py
saara/export/quantization.py
saara/gui/__init__.py
saara/gui/components.py
saara/gui/dashboard.py
saara/providers/__init__.py
saara/providers/base.py
saara/providers/demo_provider.py
saara/providers/llamacpp_provider.py
saara/providers/ollama_provider.py
saara/providers/vllm_provider.py
saara/training/__init__.py
saara/training/callbacks.py
saara/training/config.py
saara/training/finetuner.py
saara/utils/__init__.py
saara/utils/io.py
saara/utils/logging.py
saara/utils/memory.py
saara_ai.egg-info/PKG-INFO
saara_ai.egg-info/SOURCES.txt
saara_ai.egg-info/dependency_links.txt
saara_ai.egg-info/entry_points.txt
saara_ai.egg-info/requires.txt
saara_ai.egg-info/top_level.txt
tests/test_saara.py