Skip to content
View LalithKumar702's full-sized avatar

Block or report LalithKumar702

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LalithKumar702/README.md

Tour Planner AI Agent

This project provides a small interactive command-line assistant that helps you discover interesting places to visit in any destination city.

It relies on the free OpenTripMap API to retrieve points of interest (POI) and present short Wikipedia-style descriptions.

Setup

  1. Clone / open the project

  2. Install Python dependencies (preferably in a virtualenv):

pip install -r requirements.txt
  1. Obtain a free API key from OpenTripMap and expose it as an environment variable:
export OPENTRIPMAP_API_KEY="YOUR_KEY_HERE"

Usage

Run the interactive assistant:

python tour_planner.py

You will be prompted for a destination city. The tool will then list nearby places within a 5-kilometre radius. Choose a place's number to read more details, press n for a new city, or q to quit.

Example session

$ python tour_planner.py
============================
  Welcome to Tour Planner!  
============================

Enter a destination city (or 'q' to quit): Paris

Found Paris at (lat 48.8534, lon 2.3488).
Searching for interesting places within 5 km…
+----+---------------------------+------------------------------------------+-----------+
| #  | Place                     | Kinds                                    | Distance  |
+====+===========================+==========================================+===========+
| 1  | Eiffel Tower             | architecture, towers, cultural, historic | 354 m     |
| 2  | Louvre Museum            | museums, cultural, architecture          | 890 m     |
| …  | …                         | …                                        | …         |
+----+---------------------------+------------------------------------------+-----------+

Enter the # of a place to learn more, 'n' for new place, or 'q' to quit: 1
============================================================
Eiffel Tower
============================================================
Kinds: architecture,towers,cultural,historic

The Eiffel Tower is a wrought-iron lattice tower on the Champ de Mars in Paris, France…

More info: https://www.toureiffel.paris/
============================================================

Enjoy planning your next trip! :)

Popular repositories Loading

  1. LalithKumar702 LalithKumar702 Public

    Doddle

    Python

  2. Payment-Date-Prediction Payment-Date-Prediction Public

    This repository has the source code for the project in which the clear date of payment for organizations which take the goods on credit basis is predicted using ML models

    Jupyter Notebook

  3. website website Public

  4. payment-prediction-full-stack payment-prediction-full-stack Public

    JavaScript

  5. Quizz-portal Quizz-portal Public

    HTML

  6. Fast_Api Fast_Api Public

    Python