Skip to content

LiquidGalaxyLAB/LG-Gemma-AI-fictional-travel-itinerary-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

LG-Gemma-AI-fictional-travel-itinerary-generator

Shiven Upadhyay

AI-powered tourism app for you and you only.

Table of Contents

Overview

Flutter app powered by Gemini makes it easy to create itineraries. Connected to the Liquid Galaxy , the app allows users to go to places and take an orbit around it. It provides personalized itineraries, recommends tourist places, and provides personality adjustments.

Features

  • Speech To Text commands for querying tourist information.
  • Personalized itineraries based on the user's personaity.
  • Integration with Liquid Galaxy for orbits and kml balloons.
  • Easy-to-use prompts and eye catching UI"

Usage

  1. Install the app on your device.
  2. Add your Gemini API key in input given in Settings.
  3. Connect to the Liquid Galaxy system in Settings.
  4. Use the Application.
  5. Explore places through the Liquid Galaxy visualization.

Screenshots

Screenshot_20240806_232807 Screenshot_20240822_133622 Screenshot_20240806_232659
Screenshot_20240806_233038 Screenshot_20240806_232908 Screenshot_20240806_232831

FAQ

How to Use AI Features

To use AI features of the app you provide the API_KEY.

  1. Go to Gemini API.
  2. Create a NEW API key.
  3. Copy the API_KEY and paste it under General Settings in app.

How to Connect with Liquid Galaxy

  1. Open the Settings screen in the app.
  2. Enter the required credentials for the Liquid Galaxy system.
  3. Once connected, you can start using the orbit and tour features to explore locations visually.

Contribution

Clone the Project

To contribute to the project, start by cloning the repository:

git clone https://github.com/yourusername/LG-Gemma-AI-fictional-travel-itinerary-generator.git
cd LG-Gemma-AI-fictional-travel-itinerary-generator

Add Pixabay API Key

  1. After cloning the project, visit here to get an api key:

https://pixabay.com/api/docs/

  1. In .env file write api key as ACCESS_TOKEN= in .env file in lib/env folder.
ACCESS_TOKEN=<your-api-key-here>