Skip to content

A friendly Streamlit web app that harnesses Google's Gemini AI and browseruse for browser automation to deliver real-time tourist info on hotels, attractions, dining, transport, and weather for any destination.

Notifications You must be signed in to change notification settings

kanwar19031/Travel-Agent

Repository files navigation

Tourist Information Assistant 🌍

A Streamlit-based web application that uses Google's Gemini AI and browser automation to gather comprehensive tourist information for any location. Built using browser-use for browser automation and control.

Tourist Information Assistant Demo

Features

  • 🏨 Search for hotels with pricing and amenities
  • 🏛️ Find tourist attractions with details and ticket prices
  • 🍽️ Discover restaurants with cuisine types and reviews
  • 🚌 Get transportation information and tips
  • 🌤️ Check weather conditions and forecasts
  • 🎯 Custom search for specific tourist information

Installation

  1. Clone the repository:
git clone https://github.com/kanwar19031/Travel-Agent
cd Travel-Agent
  1. Create and activate a virtual environment:
# For Windows
python -m venv venv
.\venv\Scripts\activate

# For macOS/Linux
python3 -m venv venv
source venv/bin/activate
  1. Install required packages:
pip install -r requirements.txt
  1. Install Playwright browsers:
playwright install

Configuration

  1. Get your Gemini API key from Google AI Studio

  2. (Optional) Create a .env file in the project root:

GOOGLE_API_KEY=your_gemini_api_key_here

Usage

  1. Start the Streamlit app:
streamlit run tourist_search_app.py
  1. Open your browser and go to http://localhost:8501

  2. Enter:

    • Your destination
    • Type of information needed
    • Gemini API key (if not in .env)
    • Choose headless mode preference
  3. Click "Search" and wait for results

Project Structure

tourist-information-assistant/
├── tourist_search_app.py    # Main Streamlit application
├── requirements.txt         # Project dependencies
├── README.md               # Project documentation
└── .env                    # Environment variables (optional)

Dependencies

  • browser-use
  • streamlit
  • langchain-google-genai
  • python-dotenv
  • asyncio

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Credits

This project uses the browser-use library for browser automation. If you use this project in your research or work, please cite both this project and browser-use:

@software{browser_use2024,
  author = {Müller, Magnus and Žunič, Gregor},
  title = {Browser Use: Enable AI to control your browser},
  year = {2024},
  publisher = {GitHub},
  url = {https://github.com/browser-use/browser-use}
}

About

A friendly Streamlit web app that harnesses Google's Gemini AI and browseruse for browser automation to deliver real-time tourist info on hotels, attractions, dining, transport, and weather for any destination.

Topics

Resources

Stars

Watchers

Forks

Languages