Skip to content

tcw1470/r-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Refugee-Watch

About

  • App is also hosted on Posit
  • The source code of this app can be found on GitHub
  • TL;DR

Steps for local deployment

git clone https://github.com/tcw1470/r-watch.git
pip install -r requirements.txt
streamlit run Home.py

Usage notes on select pages

Fit Prophet
  1. Users are required to first fetch data from Climate Serv
  2. Users may then click to train and fit a Prophet model
Fit a deep Auto-Regressive model
  1. Users are required to enter a string describing a place
  2. Users then explicitly click start to fetch data from ClimateServ
  3. Users may then click to train and fit a DeepAR model

Repo's file structure

.
├── src/
│   ├── requirements.txt
│   ├── utils.py
│   ├── Home.py  # rendered
│   └── pages  /
│       ├── Fit_deepAR.py 
│       ├── Fit_prophet.py
│       ├── More_stats.py
│       └── ...
└── data/
    └── Gaza /
        └── ...

Revise the source of above tree diagram here

Releases

No releases published

Packages

No packages published