Spaces:
Sleeping
Sleeping
title: RiverRadar | |
emoji: 📉 | |
colorFrom: indigo | |
colorTo: green | |
sdk: streamlit | |
sdk_version: 1.40.2 | |
app_file: app.py | |
pinned: false | |
short_description: explore real-time information about water gauges across rive | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
## How to Clone the Repository | |
To clone the repository from Hugging Face, use the following command: | |
```sh | |
git clone https://huggingface.co/spaces/your-username/RiverRadar.git | |
``` | |
## How to Install the Dependencies | |
Navigate to the RiverRadar directory and install the required dependencies using `pip`: | |
```sh | |
cd RiverRadar | |
pip install -r requirements.txt | |
``` | |
## How to Place the Hugging Face Token for the Pegel Dataset | |
Set your Hugging Face token as an environment variable. You can do this by adding the following line to your `.bashrc`, `.zshrc`, or equivalent shell configuration file: | |
```sh | |
export HF_TOKEN=your_huggingface_token | |
``` | |
Replace your_huggingface_token with your actual Hugging Face token. | |
## How to Run the App | |
To run the Streamlit app, use the following command: | |
```sh | |
streamlit run app.py | |
``` | |
This will start the app, and you can view it in your web browser at http://localhost:8501. | |