Skip to content

Jahanzeb9999/timeseries-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ForecastFlow

Overview

ForecastFlow is a Python-based tool for creating animated GIFs that visualize time series forecasting. Using the darts library and matplotlib, this project generates step-by-step forecasting animations for continuous time series data. It's perfect for demonstrating predictive models in action or for educational and presentation purposes.


Features

  • Continuous Forecasting: Visualize how future predictions evolve over time.
  • Customizable Animations: Control the number of frames, duration, and visual style.
  • Supports Multiple Models: Built with darts, allowing you to try other forecasting models.
  • Clean Output: Produces high-quality animated GIFs.

Prerequisites

Before using ForecastFlow, make sure you have the following installed:

  • Python 3.7 or higher
  • Required Python libraries:
    • darts
    • matplotlib
    • pandas
    • imageio
    • numpy

Install the required dependencies using:

pip install darts matplotlib pandas imageio numpy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published