Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Subhransu Bhattacharjee <[email protected]>
  • Loading branch information
1ssb committed Aug 26, 2023
1 parent 3be72b7 commit 0bad9a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Unlock a new paradigm of data management with Mangrove—a high-density, multi-dimensional data structure engineered to streamline variable handling across various depths and types. Mangrove simplifies data management in Robotics, NLP, computer vision and other AI applications by providing a versatile and efficient way to handle variables of varying types and depths. By using Mangrove, you can focus more on your AI model development and less on data organization.

# Description
## Description
Mangrove is a utility data structure designed to manage various types of data within multi-layered superstructures, denoted by 'depths.' It offers high-fidelity operations, including the ability to transfer values to the GPU for accelerated computing. As the program runs, Mangrove naturally organizes data in a structured manner based on its importance and requirements. It can move priority tensors to the GPU for computation and later retrieve them, adding them back as attributes within the same instance. This provides an end-to-end management utility well-suited for large-scale, episodic training processes and data acquisition systems, making it highly versatile and applicable to a range of use cases.

### Requirements
## Requirements

- CUDA-enabled GPU
- Python 3.x
Expand All @@ -14,13 +14,13 @@ Mangrove is a utility data structure designed to manage various types of data wi

## Installation

#### Option 1: Use the PyPI library
### Option 1: Use the PyPI library

```bash
pip install mangroves
```

#### Option 2: Clone the GitHub Repository
### Option 2: Clone the GitHub Repository

1. Open your terminal and run the following command to clone the repository:
```bash
Expand All @@ -37,7 +37,7 @@ pip install mangroves
pip install .
```

### Usage
## Usage

You can now import the Mangroves library in your Python code and use them directly for instantiation. You can use it as follows:

Expand Down

0 comments on commit 0bad9a4

Please sign in to comment.