Spaces:
Running
A newer version of the Gradio SDK is available:
5.33.1
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
Check out this demo! It illustrates the power of my MCP tool, which is directly accessible through agent mode in Cursor. As you'll see, it's capable of producing comprehensive interpretations and translations for local files, no matter the language, genre, or even the most challenging philosophical content.
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" γ"Philosophy"modes (more coming soon!) - Translation
β Faithful transforms into several languages - 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!