I wrote about my first impressions of Fedora as an Outreachy applicant — what surprised me, what I learned, and how I'm getting started with the community.
Would love to hear your thoughts! 😊
I wrote about my first impressions of Fedora as an Outreachy applicant — what surprised me, what I learned, and how I'm getting started with the community.
Would love to hear your thoughts! 😊
Just completed my first Outreachy 2026 task setting up RamaLama
Here's what I did:
- Installed RamaLama 0.18.0 on macOS
- Pulled models using ollama:// and huggingface:// transports
- Tested Fedora-specific questions
Both models got the answers wrong which is exactly why RAG exists!
RamaLama makes running AI models "boring" in the best way possible.
One command and you're up and running.
Full documentation here
https://github.com/ChinniSree/outreachy-ramalama
What I learned:
Font style matters MORE than language support!
Old Telugu manuscript → all engines struggled
Modern Telugu novel → all engines worked well
And surprisingly EasyOCR beat Tesseract on modern Telugu!
Full writeup and all outputs here
https://github.com/ChinniSree/Docling-processing-multilingual-documents
What I tested:
→ Tesseract — classical OCR, 100+ languages
→ EasyOCR — AI-based, modern approach
→ ocrmac — Apple's built-in Vision framework
Documents: French+English textbook, Italian reader,
old Telugu manuscript and a modern Telugu novel.
Why does this matter?
Ramalama uses Docling to convert documents into text before
feeding them into AI models. If OCR fails, the AI gets garbage.
So getting multilingual OCR right is really important for
building good RAG pipelines in a global community like Fedora.
This task gave me my first real experience with OCR technology
and I came out of it with findings I did not see coming at all!
I used Docling to process scanned documents in French, Italian
and Telugu using three different OCR engines.
Here is what happened 👇
🚀 Just published another blog as part of my Outreachy journey!
I wrote a step-by-step guide to help beginners get started with Outreachy — from choosing the right project to making your first contribution and avoiding common mistakes.
https://chinnisree.hashnode.dev/a-step-by-step-guide-to-getting-started-with-outreachy
Would love to hear your thoughts! 😊