From 0bad9a4b9467804d20b5c1a10ce6922546e6bcbb Mon Sep 17 00:00:00 2001 From: Subhransu Bhattacharjee Date: Sun, 27 Aug 2023 00:11:41 +1000 Subject: [PATCH] Update README.md Signed-off-by: Subhransu Bhattacharjee --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 436b6b2..e1fe0a2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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: