https://github.com/erokkumar/chatbot
Spring AI
https://github.com/erokkumar/chatbot
Last synced: 11 months ago
JSON representation
Spring AI
- Host: GitHub
- URL: https://github.com/erokkumar/chatbot
- Owner: erokkumar
- License: mit
- Created: 2025-07-02T19:29:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-12T13:57:37.000Z (12 months ago)
- Last Synced: 2025-07-12T15:21:23.710Z (12 months ago)
- Language: Java
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤖 Spring AI Chatbot
A powerful and customizable chatbot built using **Spring Boot + Spring AI + OpenAI **, capable of integrating with OpenAI, Azure, HuggingFace, and other providers. Ideal for customer support, knowledge bases, and interactive applications.
This is Only Backends
## 🚀 Features
- ✅ Built with Spring Boot & Spring AI
- 🧠 Supports OpenAI, HuggingFace, Azure OpenAI
- 💬 Handles user prompts and AI responses
- 🔌 Easily pluggable with frontend (React, HTML, etc.)
- 🌐 REST API for chatbot interaction
- 📦 Supports environment-based configuration
## 📄 License
This project is licensed under the [MIT License](LICENSE) © 2025 Rohit Kumar.
---
## 📁 Project Structure
```bash
spring-ai-chatbot/
├── src/
│ ├── main/
│ │ ├── java/com/yourcompany/chatbot/
│ │ │ ├── controller/
│ │ │ ├── service/
│ │ │ └── config/
│ │ └── resources/
│ │ └── application.yml
├── pom.xml
└── README.md
---