JAY AI is an intelligent chatbot and business process automation platform built with Python and powered by the Google Gemini API. It handles intelligent customer service, automated responses, and business workflow automation for enterprises.
Part of the JAY TECH SOLUTIONS product suite.
- Natural conversation — Powered by Google Gemini API for human-like interactions
- Context-aware — Maintains conversation history and context
- Business automation — Automate customer service workflows
- Configurable — Customizable responses and behaviour via
config.json - History tracking — Conversation history saved to
jay_ai_history.json - Settings management — Persistent settings via
jay_ai_settings.json
- Python 3.8+
- Google Gemini API key
pip install google-generativeaipython JAY_AI_2.0.pyEdit config.json to customise the AI behaviour:
{
"api_key": "your-gemini-api-key",
"model": "gemini-pro",
"temperature": 0.7,
"max_tokens": 1024
}jay-ai/
├── JAY_AI_2.0.py # Main AI chatbot application
├── config.json # API configuration
├── jay_ai_settings.json # Runtime settings
├── jay_ai_history.json # Conversation history
└── requirements.txt # Python dependencies
JAY AI is part of the JAY TECH SOLUTIONS product suite — a collection of business software products serving 50,000+ users across India.
- ⭐ Star this repo — helps others discover it
- 🐛 Report issues — I respond within 24 hours
- 📬 Share feedback — contact@jaytechsoln.in
- ☕ Buy me a coffee — Sponsor
Made with ❤️ by Aswin Jay — part of JAY TECH SOLUTIONS
MIT License