Spaces:
No application file
No application file
Update Readme
Browse files
README.md
CHANGED
|
@@ -1,10 +1,124 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
-
pinned:
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Swahili Developer AI
|
| 3 |
+
emoji: 🌍
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
pinned: true
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# 🌍 Swahili Developer AI
|
| 11 |
+
|
| 12 |
+
We’re a small but growing effort focused on building AI that actually makes sense in African contexts.
|
| 13 |
+
|
| 14 |
+
It started with Swahili, but it’s not just about one language. We care about **how AI works across African languages, systems, and real-world environments** — especially where data is limited and infrastructure isn’t perfect.
|
| 15 |
+
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
## What we’re trying to do
|
| 19 |
+
|
| 20 |
+
Most AI today is built somewhere else, for somewhere else.
|
| 21 |
+
|
| 22 |
+
We’re interested in flipping that — building models and tools that:
|
| 23 |
+
- understand local languages (not just translate them)
|
| 24 |
+
- work in low-resource settings
|
| 25 |
+
- can actually be used in sectors like healthcare and education
|
| 26 |
+
|
| 27 |
+
---
|
| 28 |
+
|
| 29 |
+
## What we work on
|
| 30 |
+
|
| 31 |
+
### Language models
|
| 32 |
+
We experiment with fine-tuning and adapting LLMs for:
|
| 33 |
+
- Swahili and other African languages
|
| 34 |
+
- instruction-following and reasoning
|
| 35 |
+
- domain-specific use (like healthcare)
|
| 36 |
+
|
| 37 |
+
### Multimodal AI
|
| 38 |
+
Not everything is text. We’re also exploring:
|
| 39 |
+
- medical images (like X-rays)
|
| 40 |
+
- document understanding
|
| 41 |
+
- combining text + vision in practical ways
|
| 42 |
+
|
| 43 |
+
### Healthcare AI
|
| 44 |
+
A big area of interest for us:
|
| 45 |
+
- clinical decision support
|
| 46 |
+
- simple, reliable tools for frontline health workers
|
| 47 |
+
- models that can run even with limited connectivity
|
| 48 |
+
|
| 49 |
+
### Data
|
| 50 |
+
A lot of the challenge is data.
|
| 51 |
+
We spend time on:
|
| 52 |
+
- building and cleaning datasets
|
| 53 |
+
- working with low-resource and noisy data
|
| 54 |
+
- figuring out what “good evaluation” looks like outside English benchmarks
|
| 55 |
+
|
| 56 |
+
### Running models locally
|
| 57 |
+
We care about making things usable:
|
| 58 |
+
- smaller, efficient models
|
| 59 |
+
- LoRA / quantization
|
| 60 |
+
- running models on limited hardware
|
| 61 |
+
|
| 62 |
+
---
|
| 63 |
+
|
| 64 |
+
## Projects (ongoing)
|
| 65 |
+
|
| 66 |
+
- **MedAI Africa** – exploring multimodal AI for clinical support
|
| 67 |
+
- **African Instruction Data** – building datasets for training and evaluation
|
| 68 |
+
- **Local LLM workflows** – simple pipelines for fine-tuning and deployment
|
| 69 |
+
|
| 70 |
+
---
|
| 71 |
+
|
| 72 |
+
## How we think about this
|
| 73 |
+
|
| 74 |
+
We’re not trying to chase hype.
|
| 75 |
+
|
| 76 |
+
We’re more interested in:
|
| 77 |
+
- what works in practice
|
| 78 |
+
- what can be deployed
|
| 79 |
+
- what actually helps someone on the ground
|
| 80 |
+
|
| 81 |
+
AI doesn’t need to be bigger — it needs to be **more relevant**.
|
| 82 |
+
|
| 83 |
+
---
|
| 84 |
+
|
| 85 |
+
## Collaboration
|
| 86 |
+
|
| 87 |
+
If you’re working on similar problems — especially around:
|
| 88 |
+
- African languages
|
| 89 |
+
- healthcare AI
|
| 90 |
+
- low-resource ML
|
| 91 |
+
|
| 92 |
+
we’re open to collaborating.
|
| 93 |
+
|
| 94 |
+
---
|
| 95 |
+
|
| 96 |
+
## Tech we use
|
| 97 |
+
|
| 98 |
+
Mostly practical stuff:
|
| 99 |
+
- Transformers, PEFT, LoRA
|
| 100 |
+
- PyTorch / PyTorch Lightning
|
| 101 |
+
- FAISS for retrieval
|
| 102 |
+
- FastAPI, Gradio
|
| 103 |
+
- some ONNX / TensorRT when needed
|
| 104 |
+
|
| 105 |
+
---
|
| 106 |
+
|
| 107 |
+
## Long-term
|
| 108 |
+
|
| 109 |
+
We’d like to see:
|
| 110 |
+
- stronger datasets from Africa
|
| 111 |
+
- models that understand context, not just language
|
| 112 |
+
- more local ownership of AI systems
|
| 113 |
+
|
| 114 |
+
---
|
| 115 |
+
|
| 116 |
+
## Follow / Contribute
|
| 117 |
+
|
| 118 |
+
If this resonates, feel free to follow or contribute.
|
| 119 |
+
|
| 120 |
+
Let’s build things that actually work.
|
| 121 |
+
|
| 122 |
+
👉 https://huggingface.co/swahilidevelopers
|
| 123 |
+
|
| 124 |
+
---
|