Superclass

AI-Powered Document Classification System

View on GitHub

Multi-Format Support

  • PDF documents
  • Microsoft Office files
  • Images with OCR
  • SVG files
  • HTML and Markdown
  • And more...

AI Classification

  • OpenAI GPT models
  • Anthropic Claude
  • Azure OpenAI
  • Custom providers

Easy Deployment

  • Docker support
  • Multi-arch builds
  • RESTful API
  • CLI interface

Quick Start

Pull and run using Docker:

docker pull ghcr.io/adaptive-scale/superclass:latest

docker run -p 8083:8083 \
  -e OPENAI_API_KEY=your_openai_key \
  ghcr.io/adaptive-scale/superclass:latest

API Usage

Classify a document:

curl -X POST \
  -F "file=@/path/to/document.pdf" \
  http://localhost:8083/classify