AI is Good
Built at HERE AND NOW AI β Artificial Intelligence Research Institute
Caramel AI is an AI-powered chatbot built in Java, designed to teach Artificial Intelligence to beginners in a way that even a 10-year-old can understand. It uses the functiongemma model via Ollama to provide clear, simple, and encouraging explanations.
- Simple Explanations: Complex AI concepts broken down into bite-sized, easy-to-understand sentences.
- Conversational: Interactive learning through questions and follow-ups.
- Context-Aware: Remembers the conversation history for a seamless experience.
- Powered by Open Source: Uses Google's
functiongemmamodel running locally via Ollama.
- Java 11+: Uses the modern
HttpClientAPI. - Ollama: Installed and running locally.
- Model:
functiongemmapulled in Ollama.ollama pull functiongemma
- Clone the repository:
git clone https://github.com/hereandnowai/genai-apps-with-java.git cd genai-apps-with-java - Compile the Java source:
javac JavaChatbot.java
- Run the application:
java JavaChatbot
HERE AND NOW AI is an Artificial Intelligence Research Institute dedicated to making AI accessible to everyone.
- Website: hereandnowai.com
- Email: info@hereandnowai.com
- Mobile: +91 996 296 1000
Blog | LinkedIn | Instagram | GitHub | X | YouTube
This project is licensed under the MIT License.

