https://github.com/aadrianleo/chargehub-berlin
A Crowdsourcing App for Charging Infrastructure in Berlin "ChargeHub Berlin"
https://github.com/aadrianleo/chargehub-berlin
charging-station-berlin charging-stations factor-analyzer folium folium-maps geopandas pytest python python3 scikit-learn seaborn streamlit streamlit-application streamlit-folium streamlit-web streamlit-webapp unit-testing
Last synced: 8 days ago
JSON representation
A Crowdsourcing App for Charging Infrastructure in Berlin "ChargeHub Berlin"
- Host: GitHub
- URL: https://github.com/aadrianleo/chargehub-berlin
- Owner: AadrianLeo
- Created: 2025-01-01T16:34:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T16:46:54.000Z (9 months ago)
- Last Synced: 2025-06-04T04:16:48.996Z (5 months ago)
- Topics: charging-station-berlin, charging-stations, factor-analyzer, folium, folium-maps, geopandas, pytest, python, python3, scikit-learn, seaborn, streamlit, streamlit-application, streamlit-folium, streamlit-web, streamlit-webapp, unit-testing
- Language: Python
- Homepage: https://chargezoneberlin.streamlit.app/
- Size: 7.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
# -------------------------------
# Installation:
# install Python 3.10+ on your system, restart system
# Example here: Windows 11# -------------------------------
# Installation:
c:
cd C:\(...)\src
python -m venv .venv
.venv\Scripts\activate.bat
pip install -r requirements.txt
pip install spydercd C:\(...)\src
# -------------------------------
# Launch:
c:
cd C:\(...)\src
.venv\Scripts\activate.bat
spyder# jupyter-notebook
# -------------------------------
# Start Streamlit App:
streamlit run main.py