Trippr is a Streamlit application that helps users plan their trips by generating an optimized itinerary based on their preferences. The app generates a detailed trip schedule and leverages various libraries for geocoding, location extraction, and route optimization.
⭐Project is under development. Please let me konw your valuable feedbacks at gopishankarsindhu[at]gmail[dot]com or here😊
git clone https://github.com/Gopps95/trippr.git
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
streamlit run main.py