Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 643 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 643 Bytes

Travel Dropbox BTT Website

UI Framework for our travel website. Users will be able to input a pdf, text, and more to our bot that will then be able to output a travel itinerary. There will also be a recommendations section to allow users to see nearby activities and restaurants. The data will be focused on New York City.

Open in Streamlit

How to run it on your own machine

  1. Install the requirements

    
    $ pip install -r requirements.txt
    
  2. Run the app

    $ streamlit run streamlit_app.py