Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@PM4305 PM4305 released this 31 Dec 19:46
· 4 commits to main since this release
8a8fee1

SAGE v1.0.0 Release

What's New

  • Initial release of SageML tool
  • Complete end-to-end ML pipeline
  • Support for multiple file formats
  • Automated preprocessing and model selection

Features

  • Multi-format data support (PDF, DOCX, XLSX, HTML, Images)
  • Automated data preprocessing
  • Intelligent model selection
  • Export trained models as .joblib files
  • Model specifications in JSON format

Prerequisites

Before installing SAGE, ensure you have:

  1. Tesseract OCR installed and added to PATH
  2. Poppler installed and added to PATH
  3. Latest Visual C++ Redistributable

See DEPENDENCIES.md for detailed installation instructions.

Installation Steps

  1. Install required dependencies (see DEPENDENCIES.md)
  2. Download SAGE_v1.0.0.zip
  3. Extract to desired location
  4. Run SAGE.exe

See INSTALLATION.md for detailed installation instructions.

System Requirements

  • Windows 10/11 (64-bit)
  • 8GB RAM minimum
  • 2GB free disk space
  • Required dependencies installed and configured