Designed using Java 21, Spring Boot, and LangChain4J, this cutting-edge service integrates Gemini Call Function with external APIs to deliver seamless search capabilities for flights, hotels, and attractions. By leveraging advanced AI, it transforms user queries into personalized travel recommendations, streamlining trip planning like never before.
screen-capture_1.1.mp4
- AI-Powered Recommendations: Provide personalized flights, hotels, and attractions recommendations based on user queries.
- LangChain4j-Powered Insights: Leverage LangChain4j for natural language understanding and effective query handling, ensuring accurate and contextually relevant responses.
- Spring Boot Scalability: Built on Spring Boot 3.3.3, ensuring a reliable and scalable backend architecture for seamless performance.
- Dynamic Search and Recommendations: Allow users to search for flights, hotels, attractions and receive personalized recommendations based on search results or user preferences.
- Java 21
- SpringBoot 3.3.3: Backend framework for building fast and scalable applications.
- Gemini in Vertex AI: Provides models for describe image. Model: gemini-1.5-flash-001
- Langchain4j: Supercharge your Java application with the power of LLMs.
- Vaadin Framework: Vaadin is a complete platform that works out of the box. It includes web frameworks, UI components
-
Set up the following environment variables.
- export PROJECT_ID=your_project_id;
- export LOCATION=your_location;
- export FLIGHT_API_KEY=api_key;
- export HOTEL_API_KEY=api_key;
- export ATTRACTION_API_KEY=api_key;
-
Run the app by running
Application.java
in your IDE ormvn
in the command line.
Feel free to open issues or submit pull requests to improve the project. Contributions are welcome!