bonidjukic / prophete

Prophète is a simple tool aimed to be a configurable frontend wrapper around Facebook's Prophet forecasting procedure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prophète

Prophète is a simple tool aimed to be a configurable frontend wrapper around Facebook's Prophet forecasting procedure.

Dependencies

Installation

  • clone repository
  • virtualenv prophete --no-site-packages -p /usr/bin/python3.5 (forcing python3.5)
  • cd prophete (cloned repository root)
  • cp prophete/prophete/settings.example.py prophete/prophete/settings.py
  • update settings.py as per your desired configuration (SECRET_KEY setting must not be empty, the rest of the defaults should work fine)
  • . bin/activate to start virtualenv
  • pip install -r requirements.txt to install pip deps
  • cd prophete (django project root)
  • python manage.py migrate
  • python manage.py runserver
  • visit http://127.0.0.1:8000/ in your browser

About

Prophète is a simple tool aimed to be a configurable frontend wrapper around Facebook's Prophet forecasting procedure.

License:MIT License


Languages

Language:Python 54.4%Language:HTML 33.1%Language:JavaScript 10.3%Language:CSS 2.3%