Skip to content

jayaswinjay-web/jay-ai

Repository files navigation

JAY AI Screenshot

License Last Commit CI Repo Size Stars


⭐ Support This Project — Star on GitHub


Overview

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.

Features

  • 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

Quick Start

Prerequisites

  • Python 3.8+
  • Google Gemini API key

Installation

pip install google-generativeai

Usage

python JAY_AI_2.0.py

Configuration

Edit config.json to customise the AI behaviour:

{
  "api_key": "your-gemini-api-key",
  "model": "gemini-pro",
  "temperature": 0.7,
  "max_tokens": 1024
}

Project Structure

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

About JAY TECH SOLUTIONS

JAY AI is part of the JAY TECH SOLUTIONS product suite — a collection of business software products serving 50,000+ users across India.

Show Your Support

  • Star this repo — helps others discover it
  • 🐛 Report issues — I respond within 24 hours
  • 📬 Share feedbackcontact@jaytechsoln.in
  • Buy me a coffeeSponsor

Made with ❤️ by Aswin Jay — part of JAY TECH SOLUTIONS

License

MIT License

About

TEMP

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages