--- license: mit language: - en - tw - ga - ew - ha tags: - financial-ai - ghana - whatsapp-banking - multilingual - fintech - africa pipeline_tag: text-generation --- # 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 ```python 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 - **WhatsApp**: +233 544 088 561 - **Email**: support@chatmobot.com - **Website**: https://chatmobot.com ## 🎯 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.*