Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,70 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
| 1 |
+
# ConfamNode π³π¬
|
| 2 |
+
|
| 3 |
+
**The Nigerian AI inference gateway**
|
| 4 |
+
|
| 5 |
+
ConfamNode gives Nigerian developers and businesses access
|
| 6 |
+
to leading AI models β billed in Naira, not USD.
|
| 7 |
+
|
| 8 |
+
## Models Hosted Here
|
| 9 |
+
|
| 10 |
+
This organization hosts the open-source models that power
|
| 11 |
+
ConfamNode's local inference tier β running entirely on
|
| 12 |
+
Nigerian hardware, data never transmitted abroad.
|
| 13 |
+
|
| 14 |
+
### Powering ConfamNode Today
|
| 15 |
+
|
| 16 |
+
| Model | Powers |
|
| 17 |
+
|---|---|
|
| 18 |
+
| [Qwen3.5-4B](https://huggingface.co/confamnode/Qwen3.5-4B) / [GGUF](https://huggingface.co/confamnode/Qwen3.5-4B-GGUF) | `confam-nano` β runs on Jetson Orin Nano |
|
| 19 |
+
| [EmbeddingGemma-300m](https://huggingface.co/confamnode/embeddinggemma-300m) / [GGUF](https://huggingface.co/confamnode/embeddinggemma-300m-GGUF) | `confam-embed-text-local` β local CPU embeddings |
|
| 20 |
+
|
| 21 |
+
### Healthcare AI β Under Evaluation
|
| 22 |
+
|
| 23 |
+
| Model | Use Case |
|
| 24 |
+
|---|---|
|
| 25 |
+
| [MedGemma 1.5 4B](https://huggingface.co/confamnode/medgemma-1.5-4b-it) / [GGUF](https://huggingface.co/confamnode/medgemma-1.5-4b-it-GGUF) | Medical text and image understanding |
|
| 26 |
+
| [MedGemma 4B](https://huggingface.co/confamnode/medgemma-4b-it) / [GGUF](https://huggingface.co/confamnode/medgemma-4b-it-GGUF) | Medical text and image understanding |
|
| 27 |
+
|
| 28 |
+
We're evaluating MedGemma for a future **confam-med** model
|
| 29 |
+
β local, NDPA-aware AI for Nigerian hospitals and clinics,
|
| 30 |
+
keeping sensitive patient data on Nigerian soil.
|
| 31 |
+
|
| 32 |
+
### Under Evaluation
|
| 33 |
+
|
| 34 |
+
We maintain mirrors of additional open-source models β
|
| 35 |
+
including Gemma 4, Qwen3-4B, and Ministral-3 β as candidates
|
| 36 |
+
for future local ConfamNode deployments.
|
| 37 |
+
|
| 38 |
+
## What ConfamNode Offers
|
| 39 |
+
|
| 40 |
+
- **Cloud models** β aggregated access to Gemini, DeepSeek,
|
| 41 |
+
and other leading AI models via a single API
|
| 42 |
+
- **Local models** β AI running entirely on Nigerian
|
| 43 |
+
hardware, for businesses requiring data residency
|
| 44 |
+
(banks, fintechs, healthcare, government)
|
| 45 |
+
- **Naira billing** β pay-as-you-go, no USD, no subscriptions
|
| 46 |
+
|
| 47 |
+
## Get Started
|
| 48 |
+
|
| 49 |
+
```bash
|
| 50 |
+
pip install confamnode
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
+
```python
|
| 54 |
+
from confamnode import ConfamNode
|
| 55 |
+
|
| 56 |
+
client = ConfamNode(api_key="confam-sk-xxx")
|
| 57 |
+
ansa = client.gist(model="confam-nano", messages="How far?")
|
| 58 |
+
print(ansa.text)
|
| 59 |
+
print(ansa.is_local) # True
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
## Links
|
| 63 |
+
|
| 64 |
+
- PyPI: [pypi.org/project/confamnode](https://pypi.org/project/confamnode)
|
| 65 |
+
- GitHub: [github.com/confamnodeai](https://github.com/confamnodeai)
|
| 66 |
+
- Contact: hello@confamnode.com
|
| 67 |
+
|
| 68 |
---
|
| 69 |
|
| 70 |
+
Built in Abuja, Nigeria by [JoTeq the First](https://github.com/confamnodeai)
|