contexto-api / README.md
Dev-ks04
fix: Docker build - install torch CPU via --index-url, not requirements file
36720a3
metadata
title: Contexto API
emoji: 🔬
colorFrom: purple
colorTo: yellow
sdk: docker
pinned: false
license: mit
app_port: 7860

Contexto — Intent-Aware Summarization API

FastAPI backend for Contexto.

Endpoints

  • GET /health — health check
  • POST /auto-summarize — summarize with intent + level + language + quality
  • POST /keywords — keyword extraction
  • POST /batch-summarize — batch mode

See /docs for the full interactive Swagger UI.