Skip to content

vitdo82/demoai

Repository files navigation

Spring AI Demo

Java CI with Gradle

Overview

The Spring AI Demo is a demonstration project showcasing the integration of artificial intelligence capabilities within a Spring Boot application. This project aims to illustrate how to implement AI features using Spring Framework and related technologies.

Features

  • AI Integration: Demonstrates how to use AI libraries and Ollama project.
  • Spring Boot: Leverages the Spring Boot framework for building scalable applications.
  • RESTful APIs: Provides endpoints to interact with AI features.
  • Database Connectivity: Uses PostgreSQL for data persistence.

Installation

  1. Build the project:
./gradlew build

Usage

To run the application, execute the following command:

./gradlew bootRun

You can access the RESTful APIs at http://localhost:8080/api.

Running Tests

To run the tests, use the following command:

./gradlew test

License

This project is licensed under the MIT License.

Acknowledgments

  • Spring Framework
  • Artificial Intelligence Libraries
  • PostgreSQL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published