openaicellular / oaic

Core software for Open AI Cellular

Home Page:https://openaicellular.github.io/oaic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open AI Cellular

Core software for Open AI Cellular

Installation and Quick Start Guide

The full documentation is contained in this repository and rendered on GitHub pages here.

Clone this repository and its submodules recursively:

git clone https://github.com/openaicellular/oaic.git
git submodule update --init --recursive

Documentation

Install sphinx with the read-the-docs theme:

sudo -H python3 -m pip install -r requirements.txt

To build the core documentation, simply run make. The resulting documentation is put in docs/build/html.

About

Core software for Open AI Cellular

https://openaicellular.github.io/oaic/

License:GNU General Public License v3.0


Languages

Language:Shell 70.6%Language:Python 20.4%Language:Makefile 9.0%