Way + Go = Wayo
An AI-powered assistant for planning your next travel adventure.
Powered by H2O Wave
- Ask travel questions and get smart answers
- Plan your trip with AI-generated recommendations
- Meal planning support for travelers
- Works with multiple AI providers (OpenAI, Gemini)
- Available in two versions: Streamlit prototype and H2O Wave production UI
👉 Try the deployed prototype version on Streamlit:
wayotravel.streamlit.app
git clone https://github.com/nipunsw1999/travel_application_Wayo.gitLinux
python3 -m venv venvwindows
python -m venv venvLinux
source venv/bin/activatewindows
venv\Scripts\activate(venv) pip3 install -r requirements.txtH2OGPTE_API_TOKEN=your_h2ogpte_api_token
GOOGLE_API_KEY=your_google_api_key
GOOGLE_SEARCH_ENGINE_ID=your_google_search_engine_idStreamlit Version (Prototype)
(venv) streamlit run streamlit_app.pyAccess Streamlit App: http://localhost:8501
H2O Wave Version (Production)
(venv) wave run wave_app.pyAccess H2O Wave App: http://localhost:10101
Link: https://drive.google.com/file/d/1Tu1gJlYGMI0lLHhnjwNU1U_Io5YoLI5L/view?usp=sharing