Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 656 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 656 Bytes

mas-tacos

a US taco restaurant finding Flask app. Restaurant data is sourced from the Kaggle "restaurants that sell burritos and tacos" dataset

"mas tacos" App Form View

"mas tacos" App Restaurants View

Note: this app is running very slowly, so you may need to wait 5-10 seconds to see taco restaurant results.

Install Python Libraries

pip install Flask
pip install geopy
pip install pandas
pip install requests