Skip to content

Commit

Permalink
Update index.html
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 021d9da commit 22cc44b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ <h1>Mangrove: A Dynamic Data Management System for Advanced AI Applications</h1>

<p>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.</p>
<a href="https://github.com/1ssb/mangroves/" class="github-link" target="_blank">GitHub Repository</a>

<h2>Key Features</h2>

<p>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.</p>

<h2>Key Features</h2>

<ul>
<li><strong>Dynamic Configuration:</strong> Use the <code>config()</code> function to easily specify data type constraints for various depths. The system prevents incompatible configurations.</li>
<li><strong>Data Ingestion:</strong> With <code>add_data()</code>, you can add new variables dynamically while ensuring they meet the established type and depth requirements.</li>
Expand Down

0 comments on commit 22cc44b

Please sign in to comment.