LLM Chatbot Templates#
Ready-to-use chatbot templates that participants can clone, customize, and deploy for their capstone projects.
Available Templates#
🤖 WhatsApp Trading Assistant Bot#
Repository: mse-trading-assistant
A complete WhatsApp chatbot implementation that demonstrates how to build an AI-powered assistant. This example shows participants how to create chatbots for their institutional needs.
What You’ll Learn:
WhatsApp Business API integration
LLM integration for intelligent responses
Message handling and conversation flow
Document processing and knowledge retrieval
Deployment and production setup
Perfect For:
Policy assistance chatbots
Data discovery bots
Customer service automation
Internal knowledge management
Citizen engagement platforms
Quick Start:
git clone https://github.com/dmatekenya/mse-trading-assistant.git
cd mse-trading-assistant
pip install -r requirements.txt
# Follow setup instructions in README