An open API service indexing awesome lists of open source software.

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"

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 spyder

cd C:\(...)\src

# -------------------------------
# Launch:
c:
cd C:\(...)\src
.venv\Scripts\activate.bat
spyder

# jupyter-notebook

# -------------------------------
# Start Streamlit App:
streamlit run main.py