Aquila-Network / AquilaHub

Load and serve Neural Encoder Models

Home Page:https://aquila.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aquila Network Logo

Aquila Hub

Load and serve Neural Encoder Models


Load and serve ML models to compress data into latent vectors. To be used with Aquila DB.

Technology

Aquila Hub automates the process of encoding information with the help of ML models. Here is where Aquila Hub fits in the entire ecosystem:

Aquila Hub Architecture

Install

Debian

Run curl -s -L https://raw.githubusercontent.com/Aquila-Network/AquilaHub/main/install.sh | /bin/bash -s -- -d 1 .

Docker

You need docker installed in your system

Build image (one time process): docker build https://raw.githubusercontent.com/Aquila-Network/AquilaHub/main/Dockerfile -t aquilahub:local

Run image (to deploy Aquila DB): docker run -p 5002:5002 -d aquilahub:local

About

Load and serve Neural Encoder Models

https://aquila.network

License:Apache License 2.0


Languages

Language:Python 96.7%Language:Dockerfile 3.2%Language:Shell 0.2%