Skip to content

A simple AI agent built with Hugging Face and smolagents. By querying this LLM-powered agent you can easily find flights and hotel offers with the best rates for your upcoming excursions!

License

Notifications You must be signed in to change notification settings

dimiz51/TAPLA-Travel-Planning-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAPLA: Travel planning AI Agent

This project is a simple demonstration on how we can easily build an LLM-powered AI Agent with Hugging Face and smolagents. This simple Agent can use customized tools, making use of the Amadeus API to achieve tasks such as:

  • Find available flights between two destination cities and figure out the best rates for a given date
  • Find the best available hotel deals on the destination city

Install requirements

pip install -r requirements.txt

Amadeus API

NOTE: To test this application you need some API keys:

  • Hugging Face: Your API key from Hugging Face to get access to LLMs
  • Amadeus API key: An API key from Amadeus(testing key is fine).

Use the agent to plan your trip!

You can use the agent to plan your trip by executing the code cells in the notebook guide. Note that for this simple demo application we make use of the testing API from Amadeus, therefore flights and hotel availability are fake data!

About

A simple AI agent built with Hugging Face and smolagents. By querying this LLM-powered agent you can easily find flights and hotel offers with the best rates for your upcoming excursions!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published