Rogendo commited on
Commit
9ea2871
·
verified ·
1 Parent(s): 329005a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -6,7 +6,7 @@ colorTo: yellow
6
  sdk: static
7
  pinned: false
8
  ---
9
- # JengaAI
10
 
11
  **Open-source ML training and inference framework for African AI.**
12
 
@@ -16,7 +16,7 @@ Train multi-task NLP, Speech, and Vision models with a single YAML config — no
16
 
17
  ## What We Build
18
 
19
- JengaAI is a framework that lets researchers, engineers, and non-technical teams train production-grade machine learning models on African language data — and deploy them without vendor lock-in, without API dependencies, and without sending sensitive data to foreign servers.
20
 
21
  > *Your model. Your data. Your task.*
22
 
@@ -91,11 +91,11 @@ python -m jenga_ai train --config swahili-hate-speech.yaml
91
 
92
  ---
93
 
94
- ## Why JengaAI Exists
95
 
96
  Africa's AI ecosystem is being built on API wrappers — products that call GPT-4 or Claude and rebrand the output as "African AI." These products are expensive at scale, dependent on foreign infrastructure, unable to handle African languages properly, and unable to keep sensitive data on the continent.
97
 
98
- JengaAI exists to make the alternative practical.
99
 
100
  A locally trained, domain-adapted model:
101
  - Costs nothing at inference time after training
@@ -124,7 +124,7 @@ A locally trained, domain-adapted model:
124
 
125
  ## Responsible AI
126
 
127
- JengaAI is built with responsible AI development as a core principle, not an afterthought:
128
 
129
  - **Explainability** — every prediction can be explained in human-readable terms
130
  - **Audit trails** — hash-chained tamper-evident logging of all inference decisions
@@ -137,7 +137,7 @@ JengaAI is built with responsible AI development as a core principle, not an aft
137
 
138
  ## Community
139
 
140
- JengaAI is developed in the spirit of African AI communities doing the work right — [Data Science Africa](https://www.datascienceafrica.org/), [Masakhane](https://www.masakhane.io/), [Deep Learning Indaba](https://deeplearningindaba.com/), and [AIMS](https://nexteinstein.org/).
141
 
142
  We believe that building AI for Africa means building it on African data, in African languages, with African institutional contexts — not wrapping foreign models in local branding.
143
 
@@ -145,8 +145,8 @@ We believe that building AI for Africa means building it on African data, in Afr
145
 
146
  ## Links
147
 
148
- - 🐙 **GitHub**: [github.com/Rogendo/JengaAI](https://github.com/Rogendo/JengaAI)
149
- - 📦 **Framework**: `pip install jenga-ai`
150
  - 📄 **Docs**: Coming soon
151
  - 🤝 **Contribute**: Open to contributors — researchers, engineers, domain experts, annotators
152
 
 
6
  sdk: static
7
  pinned: false
8
  ---
9
+ # JengaNLP
10
 
11
  **Open-source ML training and inference framework for African AI.**
12
 
 
16
 
17
  ## What We Build
18
 
19
+ JengaNLP is a framework that lets researchers, engineers, and non-technical teams train production-grade machine learning models on African language data — and deploy them without vendor lock-in, without API dependencies, and without sending sensitive data to foreign servers.
20
 
21
  > *Your model. Your data. Your task.*
22
 
 
91
 
92
  ---
93
 
94
+ ## Why JengaNLP Exists
95
 
96
  Africa's AI ecosystem is being built on API wrappers — products that call GPT-4 or Claude and rebrand the output as "African AI." These products are expensive at scale, dependent on foreign infrastructure, unable to handle African languages properly, and unable to keep sensitive data on the continent.
97
 
98
+ JengaNLP exists to make the alternative practical.
99
 
100
  A locally trained, domain-adapted model:
101
  - Costs nothing at inference time after training
 
124
 
125
  ## Responsible AI
126
 
127
+ JengaNLP is built with responsible AI development as a core principle, not an afterthought:
128
 
129
  - **Explainability** — every prediction can be explained in human-readable terms
130
  - **Audit trails** — hash-chained tamper-evident logging of all inference decisions
 
137
 
138
  ## Community
139
 
140
+ JengaNLP is developed in the spirit of African AI communities doing the work right — [Data Science Africa](https://www.datascienceafrica.org/), [Masakhane](https://www.masakhane.io/), [Deep Learning Indaba](https://deeplearningindaba.com/), and [AIMS](https://nexteinstein.org/).
141
 
142
  We believe that building AI for Africa means building it on African data, in African languages, with African institutional contexts — not wrapping foreign models in local branding.
143
 
 
145
 
146
  ## Links
147
 
148
+ - 🐙 **GitHub**: [github.com/Rogendo/JengaNLP](https://github.com/Rogendo/JengaNLP)
149
+ - 📦 **Framework**: `pip install jenga-nlp`
150
  - 📄 **Docs**: Coming soon
151
  - 🤝 **Contribute**: Open to contributors — researchers, engineers, domain experts, annotators
152