Spaces:
Sleeping
Sleeping
File size: 2,054 Bytes
b390d20 f3dd5d6 b390d20 f3dd5d6 b390d20 f713889 b390d20 f3dd5d6 b390d20 a5606ac c267590 65f5635 94989d2 65f5635 94989d2 c267590 65f5635 c267590 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | ---
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!
|