IvanMiao/LogosAI
1
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
- Translation – Faithful transforms into Deutsch, English, Français, Русский or 中文
- Live Gradio + MCP – runs with
mcp
🚀 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!
