Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__/
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ requests
plotly
pytrends
python-dotenv
geopy # If you need geolocation from city names
openai # If you add GPT-powered suggestions
folium # If you add maps (like tourist locations)
geopy # for geolocation from city names
openai # add GPT-powered suggestions
folium # add maps like tourist locations
Binary file added utils/__pycache__/air_quality.cpython-313.pyc
Binary file not shown.
Binary file added utils/__pycache__/chatbot.cpython-313.pyc
Binary file not shown.
Binary file added utils/__pycache__/crime.cpython-313.pyc
Binary file not shown.
Binary file added utils/__pycache__/tourist.cpython-312.pyc
Binary file not shown.
Binary file added utils/__pycache__/tourist.cpython-313.pyc
Binary file not shown.
Binary file added utils/__pycache__/weather.cpython-312.pyc
Binary file not shown.
Binary file added utils/__pycache__/weather.cpython-313.pyc
Binary file not shown.