CHATMOBOT/mobot-ghana-working

MOBOT - Ghana's Working WhatsApp Banking AI

πŸ‡¬πŸ‡­ Overview

MOBOT is Ghana's premier WhatsApp banking AI, designed to make banking simple, secure, and accessible through natural conversations. This working model is ready for production use.

πŸš€ Key Features

  • WhatsApp Banking: Natural conversations for money transfers, bill payments, airtime/data
  • Ghana-Specific: Trained with Ghana financial context and local tokens
  • Multi-Language Support: English, Twi, Ga, Ewe, Hausa
  • Local Context: Understanding of Ghana banks, mobile money, and financial services
  • Production Ready: Tested and verified for inference

πŸ”§ Technical Specifications

  • Base Model: Microsoft DialoGPT-small
  • Model Type: GPT-2 based
  • Languages: 5 local languages
  • Specialized Tokens: Ghana financial tokens (GHS, MTN, ECG, etc.)
  • Model Size: ~117MB
  • Status: Production Ready

πŸ’° Banking Features

Money Transfers

  • Send money to friends and family
  • Bank-to-bank transfers
  • Mobile money transfers (MTN MoMo, Vodafone Cash, AirtelTigo)

Bill Payments

  • Utility bills (ECG, water, internet)
  • TV subscriptions (DStv, GOtv, Netflix)
  • Government services

Mobile Services

  • Airtime top-up for all networks
  • Data bundle purchases
  • Mobile money services

Account Management

  • Balance inquiries
  • Transaction history
  • PIN management
  • Account security

🏦 Supported Partners

Banks

  • Ghana Commercial Bank (GCB)
  • Ecobank Ghana
  • Standard Chartered Ghana
  • Absa Bank Ghana
  • Fidelity Bank Ghana
  • Zenith Bank Ghana
  • Access Bank Ghana
  • Stanbic Bank Ghana

Mobile Money

  • MTN Mobile Money (MoMo)
  • Vodafone Cash
  • AirtelTigo Money

Payment Providers

  • Paystack Ghana
  • Hubtel
  • ExpressPay
  • Flutterwave Ghana

πŸ“± Usage

from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("CHATMOBOT/mobot-ghana-working")
model = AutoModelForCausalLM.from_pretrained("CHATMOBOT/mobot-ghana-working")

# Example usage
input_text = "Send 100 cedis to John"
inputs = tokenizer.encode(input_text, return_tensors="pt")
outputs = model.generate(inputs, max_length=100, temperature=0.7)
response = tokenizer.decode(outputs[0], skip_special_tokens=True)
print(response)

πŸ›‘οΈ Security & Trust

  • Bank-level encryption
  • PIN protection for all transactions
  • Real-time fraud monitoring
  • 24/7 security surveillance
  • Emergency account controls

πŸ“ž Contact

🎯 Mission

To make banking accessible to every Ghanaian through the power of AI and WhatsApp.


MOBOT - Banking made simple through WhatsApp. Trusted by thousands of Ghanaians for secure, fast, and convenient financial services.

Downloads last month
23
Safetensors
Model size
0.1B params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for CHATMOBOT/mobot-ghana-working

Quantizations
1 model