Skip to main content

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...

screencast of the app

Running locally

Prerequisites

  1. Fetching necessary files:

    git clone https://github.com/Tim-Abwao/time-series-app.git
    cd time-series-app
    
  2. Setting up a virtual environment:

    python3 -m venv venv
    source venv/bin/activate
    pip install -U pip
    pip install -r requirements.txt
    
  3. Starting the app:

    • You can use the convenient run.sh script:

      bash run.sh
      

      then 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ts_app-0.0.1.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

ts_app-0.0.1-py3-none-any.whl (172.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page