Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcogarlet/theseusunimi


https://github.com/marcogarlet/theseusunimi

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# TheseusUnimi
## Overview
TheseusUnimi is a Java-based project focused on developing a robust time series compression algorithm. This algorithm is specifically designed for trend analysis, aiming to efficiently compress and analyze time series data.

## Features
- **Time Series Compression**: Implements an efficient compression algorithm to reduce storage requirements while maintaining trend integrity.
- **Trend Analysis**: Provides tools to analyze trends within compressed time series data.

## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/MarcoGarlet/TheseusUnimi.git
```
2. Navigate to the project directory:
```bash
cd TheseusUnimi
```
3. Create Result directory and set dotenv file:
```bash
mkdir Results
echo 'OUT_PATH="./Results/"'>.env
```
4. Running the application:
```bash
gradle run
```

## Licence
TheseusUnimi is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.