From 39d3d7a23431558a21abe5238b9a985bfc78e2f1 Mon Sep 17 00:00:00 2001 From: Michael Fuest Date: Fri, 18 Oct 2024 14:20:15 -0400 Subject: [PATCH] README update --- README.md | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 61 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ffaf4fc..bc1f987 100644 --- a/README.md +++ b/README.md @@ -13,19 +13,27 @@ # EnData -A package for generative modeling and evaluation of synthetic household-level electricity load timeseries. This package is still under active development. +A library for generative modeling and evaluation of synthetic household-level electricity load timeseries. This package is still under active development. - Documentation: (tbd) # Overview -TODO: Provide a short overview of the project here. +EnData is a library built for generating *synthetic household-level electric load and generation timeseries*. EnData supports a variety of generative time series models that can be used to train a time series data generator from scratch on a user-defined dataset. Additionally, EnData provides functionality for loading pre-trained model checkpoints that can be used to generate data instantly. Trained models can be evaluated using a series of metrics and visualizations also implemented here. + +These supported models include: + +- [Diffusion-TS](https://github.com/Y-debug-sys/Diffusion-TS/tree/main) +- [DiffCharge](https://github.com/LSY-Cython/DiffCharge/tree/main) +- [ACGAN](https://arxiv.org/abs/1610.09585) + +Feel free to look at our [tutorial notebooks]() to get started. # Install ## Requirements -**EnData** has been developed and tested on [Python 3.8](https://www.python.org/downloads/) +**EnData** has been developed and tested on [Python 3.8](https://www.python.org/downloads/), [Python 3.9]((https://www.python.org/downloads/)) and [Python 3.10]((https://www.python.org/downloads/)) Also, although it is not strictly required, the usage of a [virtualenv](https://virtualenv.pypa.io/en/latest/) is highly recommended in order to avoid interfering with other software installed in the system @@ -46,7 +54,6 @@ source EnData-venv/bin/activate Remember to execute it every time you start a new console to work on **EnData**! -