#Using ChatGPT to organize travels.

49 messages · Page 1 of 1 (latest)

hollow magnet
#

I have been testing many functionalities of ChatGPT. I have developed a web page to organize travel for clients, the artificial intelligence organize the tour in the countries that you wrote on the list. You add the days you want to be travelling and the airport and city where you start the travel.

I used the buildspace template of webpage and I added some additional changes. Moreover, I upload the webpage in render. I still have to improve the project but I think is good... I have been working on it only 5 days.

I let you the link to the webpage in render to test it.

https://travel-ai-fs5c.onrender.com/

What's your thought?? I would like to know your opinion.

lavish pumice
#

it is a great idea moreover as i see you need to implement more informartions. show hotel and air tickets prices and sugestions will be amazing , this has a huge grow field ... also insert a field were user can make general questions such " were are the closest retanurant " etc ,, nice work

late crystal
#

Great project! A very useful application. Have you already researched "Open Inivation" projects in companies in the travel industry? Maybe some companies need an innovation like yours.

#

It would be a pleasure to be able to help in any way. Call me in private and let's talk about it!

marble coral
#

cool

torn hull
#

How do you monetize? The api cost is high

hollow magnet
#

@lavish pumice Yes! It was my thought! But I have to see which apis I have to use to do this. The actual versión is a "Alpha" of the final model

#

@late crystal I could see, thanks for the idea!!

#

@torn hull I thought in adding Google ads and commission when people buy travels or hotels using the AI

copper pond
#

Hey @hollow magnet . I had a similar idea and built an app. Check out https://ai-adventures.com. Let me know what you guys think

hollow magnet
#

@copper pond It's cool!! It's very similar but your app has more options. How do you add the Autocomplete Places API?? It costs?? I was thinking on adding it but I didn't do because I thought it will add many cost to the app...

copper pond
torn hull
#

Does google have a partner program for that?

copper pond
torn hull
#

Airport Error. What am i supposed to enter? The city?

hollow magnet
#

@torn hull the airport name should be necessary or the airport code (you can find it on Google I think)

torn hull
#

I recommend you provide a list to the user?

hollow magnet
glacial haven
# hollow magnet <@874077015379148931> I thought in adding Google ads and commission when people ...

Hey! A lot of AI projects are running into this problem: you literally can't run google ads on AI-generated content (dynamic content breaks targeting, and they just don't allow it)
Ads on dynamic content Publishers may not place Google ads on pages where dynamic content (e.g., live chats, instant messaging, auto-refreshing comments, etc.) is the primary focus of the page.
It's buried in their policies, but here's the link: https://support.google.com/adsense/answer/1346295?hl=en#Dynamic

#

I've been building a workaround that lets you show ads targeted to the prompts themselves - it works just like google ads, but specifically for AI sites. So far I have basic display ads working, with smarter AI-generated ads in the works. Could look something like this

late crystal
#

@glacial haven, it's cool! How and when did you learn that Google ads cannot show on dynamic focus content platforms? Reading the usage policy or from experience?

glacial haven
# late crystal <@412372206572797952>, it's cool! How and when did you learn that Google ads can...

Last month I built a GPT meme site for fun (https://vibebot.lol/) then thought "if this goes viral, the API costs will kill it - I better put ads on it"
I tried to get it approved by google for AdSense ads, but they declined it. That got me looking through their policies.
My background's in ad tech, and I found a bunch of other developers with this problem, so I'm working on a solution to keep AI cheap to develop and free to use

Tell vibebot what you're up to. Vibebot will pick the perfect music to set the vibe.

torn hull
#

Same problem, the ads i can get are low value

hollow magnet
#

I didn't know this about ads 😦 @glacial haven, I would like to see your project finished, it looks good!!

#

I will try another way to add ads on the web

#

@glacial haven I have seen your webpage and its cool, the ad that is down is of the project you are working??

glacial haven
#

The prompt analytics will be live this weekend, and it'll be able to start serving ads shortly after.
Half the challenge has been negotiating with non-Google sources of advertisers, but we finally locked one down a few days ago.

torn hull
#

I give it a shoutout on linked in

hollow magnet
#

I will do too!! @glacial haven

#

Someone knows how to deactivate the autopayment of google developer tools?? I don't want they charge me all my money JAJAJA

torn hull
#

You can st budgets in console

hollow magnet
#

Okay, I have it, thanks!!

copper pond
torn hull
#

Search in your promo page doesnt work for me, maybe check?

hollow magnet
#

LET'S CODE!!

I have realized that I can't develop all project only myself. I decided to create a github repository for people who want to develop with me and other developers. I think it could be a good option for the project and for people who want to meet other developers.

Please, read the readme.md document of the project, it's very important.

Github: https://github.com/loreenzo02/Travel-AI

GitHub

Contribute to loreenzo02/Travel-AI development by creating an account on GitHub.

viscid rain
#

how organise travel from poland to Antarctida

steady garnet
#

Iran to Canada - Prince Edward for a business trip

torn hull
#

Use skyscanner for flights its about sights

glacial haven
# torn hull Any updates?

Analytics are up and running! Found a few necessary improvements during testing, but I'll DM you an invite tomorrow!

torn hull
#

Fantastic

regal mantle
#

limit

stray sail
#

I think it is a great project

glacial haven
#

Just tried out the latest version on a section of Italy I know. The suggestions are pretty good!

#

Long-term idea for ensuring accurate and well-targeted recommendations with less compute cost:
Travel blogs are great sources for on-the-ground suggestions, and they're easy to find via traditional search.
Maybe you could do entity recognition of locations --> search blog post about _______ --> cache blog text to a database and index it by OpenAI embedding --> search + retrieve + summarize blog content for future queries