.gitignore
LICENSE
README.md
environment.yml
pyproject.toml
.github/workflows/python-package-conda.yml
doc/CSE583 where2charge final presentation.pdf
doc/CSE583 where2charge final presentation.pptx
doc/README.md
doc/api_screenshot.png
doc/recording.gif
doc/running_screenshot.png
doc/technology review.pptx
src/__init__.py
src/app.py
src/config.yaml
src/main.py
src/server.py
src/util.py
src/images/CCS1.png
src/images/J1772.png
src/images/tesla.png
src/where2charge/__init__.py
src/where2charge/recommender.py
src/where2charge.egg-info/PKG-INFO
src/where2charge.egg-info/SOURCES.txt
src/where2charge.egg-info/dependency_links.txt
src/where2charge.egg-info/requires.txt
src/where2charge.egg-info/top_level.txt
src/where2charge/logic/__init__.py
src/where2charge/logic/analyzer.py
src/where2charge/logic/data_handler.py
src/where2charge/logic/googleAPI_handler.py
src/where2charge/logic/text_analyzer.py
src/where2charge/logic/data/EVregistration.csv
src/where2charge/logic/data/Electric_Vehicle_Population_Data.csv
src/where2charge/logic/data/TRACT_2020_90_20_PL.cpg
src/where2charge/logic/data/TRACT_2020_90_20_PL.dbf
src/where2charge/logic/data/TRACT_2020_90_20_PL.prj
src/where2charge/logic/data/TRACT_2020_90_20_PL.shp
src/where2charge/logic/data/TRACT_2020_90_20_PL.shp.xml
src/where2charge/logic/data/TRACT_2020_90_20_PL.shx
src/where2charge/logic/data/alt_fuel_stations_updated.csv
src/where2charge/logic/data/geo_df.csv
src/where2charge/logic/data/merged_df.csv
tests/__init__.py
tests/test_analyzer.py
tests/test_data_handler.py
tests/test_googleAPI_handler.py
tests/test_recommender.py
tests/test_text_analyzer.py