--- 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 --- [This is my demo video!](https://streamable.com/boy739) 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 1. **OCR & Correction** – Extract text from images/PDFs/text files – Proofread markdown output with AI for typos & formatting 2. **Interpretation** – Deep analysis of syntax, rhetoric & cultural context – Supports "General" 、"News" 、"Philosophy"modes (more coming soon!) 4. **Translation** – Faithful transforms into several languages 5. **Live Gradio + MCP** – runs with `mcp_server=True` --- ## 🚀 Quick Start 1. Clone this repo 2. `pip install -r requirements.txt` (with `python 3.13`!) 3. Set your keys: ```bash export MISTRAL_API_KEY="…" export GEMINI_API_KEY="…" ``` 4. Launch the app: ```bash python app.py ``` 5. Open the Gradio link and start uploading, interpreting, translating!