{"id":28274073,"url":"https://github.com/amitreddy14/travel-app","last_synced_at":"2025-07-31T04:38:51.642Z","repository":{"id":290076875,"uuid":"973302836","full_name":"Amitreddy14/Travel-APP","owner":"Amitreddy14","description":"AI-powered Android application using Kotlin and Python that generates personalized travel   itineraries which integrate real-time flight, hotel, and attraction searches via Amadeus and Google Places APIs. ","archived":false,"fork":false,"pushed_at":"2025-04-27T05:35:50.000Z","size":6312,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T21:47:08.567Z","etag":null,"topics":["amadeus-api","chatgpt-api","google-maps-api","kotlin","python"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Amitreddy14.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-26T17:41:23.000Z","updated_at":"2025-05-19T14:23:35.000Z","dependencies_parsed_at":"2025-04-26T18:42:30.886Z","dependency_job_id":null,"html_url":"https://github.com/Amitreddy14/Travel-APP","commit_stats":null,"previous_names":["amitreddy14/travel-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Amitreddy14/Travel-APP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitreddy14%2FTravel-APP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitreddy14%2FTravel-APP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitreddy14%2FTravel-APP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitreddy14%2FTravel-APP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amitreddy14","download_url":"https://codeload.github.com/Amitreddy14/Travel-APP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitreddy14%2FTravel-APP/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267988489,"owners_count":24176996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amadeus-api","chatgpt-api","google-maps-api","kotlin","python"],"created_at":"2025-05-21T01:16:15.099Z","updated_at":"2025-07-31T04:38:51.620Z","avatar_url":"https://github.com/Amitreddy14.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Travel-APP - AI Powered Travel Planner\n\n## :memo: Overview\n\nTravel-APP is an AI-driven travel planning app that uses OpenAI’s GPT-3.5 Turbo model to create customized, day-by-day trip itineraries. It also lets users easily search for flights, hotels, and local attractions.\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"images/3.jpg\" width=\"22%\" /\u003e\n  \n  \u003cimg src=\"images/5.jpg\" width=\"22%\" /\u003e\n  \u003cimg src=\"images/6.jpg\" width=\"22%\" /\u003e\n  \n  \u003cimg src=\"images/8.jpg\" width=\"22%\" /\u003e\n\u003c/p\u003e\n\n## :books: Libraries Used\n- [Glide](https://github.com/bumptech/glide) - Used for loading and caching images for destinations, hotels etc.\n- [Retrofit](https://square.github.io/retrofit/) - Used for making API GET requests to fetch hotels and itinerary response\n- [RoomDB](https://developer.android.com/training/data-storage/room) - Used for storing saved trip itineraries for offline viewing\n- [Amadeus Android SDK](https://github.com/amadeus4dev-examples/amadeus-android) - Used to fetch airports, flights and local tourist attractions\n- [Google Places SDK](https://developers.google.com/maps/documentation/places/android-sdk/overview) - Used to fetch city data and autocomplete city names\n- [Facebook Shimmer](https://github.com/facebookarchive/shimmer-android) - Used for loading animations throughout the application\n- [Jsoup](https://jsoup.org/) - Used to parse HTML description for tourist attractions into text\n\n## :artificial_satellite: APIs Used\n- [Amadeus API](https://developers.amadeus.com/) - Used the following endpoints for multiple features:\n  -  `shopping/activities` - Used to fetch local tourist attractions\n  -  `shopping/flightOffersSearch` - Used to fetch flights for given input trip parameters\n  -  `referenceData/locations/airports` - Used to fetch airport IATA codes for given set of coordinates\n\n- [Booking.COM Scraper API](https://rapidapi.com/ntd119/api/booking-com18) - Used the `stays/search-by-geo` endpoint to fetch hotels for given input trip parameters\n\n- [Google Places API](https://developers.google.com/maps/documentation/places/web-service/overview) - Used for autocompleting source and destination city name on the Search page\n\n- [OpenAI API GPT3.5 Model](https://platform.openai.com/docs/models/gpt-3-5-turbo) - Used for generating day-by-day intinerary for given input trip parameters, selected hotel and flights\n\n## :runner: How To Run\nTo run the backend server, simply attach your OPEN AI API Key in the `backend/prompt/inference.py` file and run the following command:\n```\npython3 .\\backend\\app.py\n```\n\nThen, ensure that your API keys for Google Places API, Amadeus API, and Booking.com API are configured correctly inside the `app/res/values/strings.xml` file.\n```\n\u003cstring name=\"places_api_key\"\u003eYOUR_API_KEY_HERE\u003c/string\u003e\n\u003cstring name=\"amadeus_api_key\"\u003eYOUR_API_KEY_HERE\u003c/string\u003e\n\u003cstring name=\"amadeus_api_secret\"\u003eYOUR_API_SECRET_HERE\u003c/string\u003e\n\u003cstring name=\"booking_api_key\"\u003eYOUR_API_KEY_HERE\u003c/string\u003e\n\u003cstring name=\"booking_api_host\"\u003ebooking-com18.p.rapidapi.com\u003c/string\u003e\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitreddy14%2Ftravel-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famitreddy14%2Ftravel-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitreddy14%2Ftravel-app/lists"}