A modular Laravel chatbot system powered by advanced intent detection & Gemini AI
View on GitHubAI Support Chatbot is a complete backend chatbot engine built with Laravel. It supports both manual intent detection and AI-powered conversational intelligence using Gemini 2.5 Flash. Designed with scalability in mind, it integrates seamlessly into complex systems and enterprise applications.
{
"message": "how to get refund?",
"ai_mode": true
}
git clone https://github.com/altafahmedgeek/aiSupportChatbot.git cd aiSupportChatbot composer install cp .env.example .env php artisan key:generate php artisan migrate:fresh --seed php artisan serve