A simple dashboard app to interactively fit ARIMA models.
Project description
Time Series App
A simple web app to learn a little about Time Series analysis and forecasting.
You can create a sample, or upload a file, and interactively fit a time series model on it. To give it a try, click here...
Running locally
Prerequisites
-
Fetching necessary files:
git clone https://github.com/Tim-Abwao/time-series-app.git cd time-series-app
-
Setting up a virtual environment:
python3 -m venv venv source venv/bin/activate pip install -U pip pip install -r requirements.txt
-
Starting the app:
-
You can use the convenient
run.shscript:bash run.shthen browse to localhost:8000 to interact with the web app.
-
You can also use Docker:
docker build --tag ts_app . docker run --name ts -d -p 8000:8000 --rm ts_app
in which case the app will be running at http://0.0.0.0:8000.
-
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ts_app-0.0.1.tar.gz.
File metadata
- Download URL: ts_app-0.0.1.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d95c5cb3371b15c51d3a04d730f5be36110c5278008c3f2cc889da82fb34bcc9
|
|
| MD5 |
8fb0c55ec793daf7bd015d15dbd2222b
|
|
| BLAKE2b-256 |
9e05ad72632158a04d681010af56597df544ea62005c0c6ad9c124f132e475f1
|
File details
Details for the file ts_app-0.0.1-py3-none-any.whl.
File metadata
- Download URL: ts_app-0.0.1-py3-none-any.whl
- Upload date:
- Size: 172.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a99ed6a1d99b25a7757b267f3bcbc93af6c1dd036bc5b467ace73190fa11029
|
|
| MD5 |
9d16bed21b24ebe0ad0e1352cd23e0e3
|
|
| BLAKE2b-256 |
c60b76a9d0b0afd9d521692659e4bfe322f998e89255e79c931681fd771db6d7
|