Spaces:
Running
Running
metadata
title: LogosAI
emoji: π
colorFrom: purple
colorTo: indigo
python_version: 3.13
sdk: gradio
sdk_version: 5.33.0
app_file: app.py
pinned: false
tags:
- mcp-server-track
license: mit
short_description: Deeply read any text in any language, from news to philosoph
LogosAI π
An intelligent system that reads, reasons about and transforms language.
Deeply read any text in any language β OCR, correct, interpret & translate in one interactive demo!
Why LogosAI?
β’ All-in-one pipeline: Upload images/PDFs/plain text β OCR β AI-powered proofreading β genre-aware interpretation β translation.
β’ Novel hackathon demo: Leverages Mistral for OCR & correction, Gemini for interpretation/translation, served live as an MCP server.
β’ Genre intelligence: Tailored system prompts for news, narratives, poetry, philosophy and general texts.
βοΈ Features
- OCR & Correction
β Extract text from images/PDFs/text files
β Proofread markdown output with AI for typos & formatting - Interpretation
β Deep analysis of syntax, rhetoric & cultural context
β Supports βGeneralβ & βNewsβ modes (more coming soon!) - Translation
β Faithful transforms into Deutsch, English, FranΓ§ais, Π ΡΡΡΠΊΠΈΠΉ or δΈζ - Live Gradio + MCP
β runs withmcp_server=True
π Quick Start
- Clone this repo
pip install -r requirements.txt
(withpython 3.13
!)- Set your keys:
export MISTRAL_API_KEY="β¦"
export GEMINI_API_KEY="β¦"
- Launch the app:
python app.py
- Open the Gradio link and start uploading, interpreting, translating!