Skip to content

hereandnowai/genai-apps-with-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Caramel AI - AI Teacher

HERE AND NOW AI Logo

AI is Good
Built at HERE AND NOW AI – Artificial Intelligence Research Institute


🌟 About Caramel AI

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.

Caramel AI Avatar

πŸš€ Features

  • 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 functiongemma model running locally via Ollama.

πŸ› οΈ Prerequisites

  • Java 11+: Uses the modern HttpClient API.
  • Ollama: Installed and running locally.
  • Model: functiongemma pulled in Ollama.
    ollama pull functiongemma

πŸƒ How to Run

  1. Clone the repository:
    git clone https://github.com/hereandnowai/genai-apps-with-java.git
    cd genai-apps-with-java
  2. Compile the Java source:
    javac JavaChatbot.java
  3. Run the application:
    java JavaChatbot

🏒 About HERE AND NOW AI

HERE AND NOW AI is an Artificial Intelligence Research Institute dedicated to making AI accessible to everyone.

Follow Us

Blog | LinkedIn | Instagram | GitHub | X | YouTube

πŸ“„ License

This project is licensed under the MIT License.

About

AI-powered chatbots and GenAI applications built with Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages