Skip to content

SatyakiDe2019/NeuralProphet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restore old video with Python

About this app

This app will perform training a model using Neural Prophet to predict IoT Time series analysis with better accuracy. This is an improvement over Facebook's Prophet API.

How to run this app

(The following instructions apply to Posix/bash. Windows users should check here.)

First, clone this repository and open a terminal inside the root folder.

Create and activate a new virtual environment (recommended) by running the following:

python3 -m venv venv
source venv/bin/activate

Install the requirements:

pip install -r requirements.txt

Run the model training for Neural-Prophet Forecast:

python readingIoT.py

This will generate the model by consuming historical IoT data & then performing various KPIs.

Screenshots

demo.GIF

Resources

About

This is an enhancement over Facebook's prophet API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages