DEV Community

Cover image for IntelliJava: intuitive framework to integrate with AI models.
Alex
Alex

Posted on

IntelliJava: intuitive framework to integrate with AI models.

Intelligent Java (Intelli Java)

GitHub logo intelligentnode / IntelliJava

Integrate with the latest language models, image generation, speech, and deep learning frameworks like ChatGPT, DALL·E, and Cohere using few java lines.

Mentioned in Awesome Java

Intelligent Java

Intelligent java (IntelliJava) is the ultimate tool to integrate with the latest language models and deep learning frameworks using java. The library provides an intuitive functions for sending input to models like ChatGPT and DALL·E, and receiving generated text, speech or images. With just a few lines of code, you can easily access the power of cutting-edge AI models to enhance your projects.

The supported models:

  • OpenAI: Access ChatGPT, GPT3 to generate text and DALL·E to generate images. OpenAI is preferred for quality results without tuning.
  • Cohere.ai: Generate text; Cohere allows you to custom your language model to suit your specific needs.
  • Google AI: Generate audio from text; Access DeepMind’s speech models.

How to use

  1. Add the maven dependency or import the core jar file (check the Integration section).
  2. Add Gson dependency if using the jar file; otherwise, it's handled by maven or Gradle.
  3. Call…




Latest comments (0)