Giter Site home page Giter Site logo

vaclovas2020 / aip2p Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 4.0 34.69 MB

Distributed Artificial Intelligence protocol implementation base on libp2p. Peer(s) share CPU and GPU resources with each other and makes Distributed Neural Network (DNN).

Home Page: https://aip2p.app

License: BSD 3-Clause "New" or "Revised" License

Makefile 1.05% Go 98.65% Shell 0.30%
artificial-intelligence artificial-neural-networks distributed-neural-network go go-libp2p golang golang-application golang-library golang-package p2p

aip2p's Introduction

Welcome to AIP2P

About Project

Distributed Artificial intelligence protocol implementation base on libp2p. Peer(s) share CPU and GPU resources with each other and makes Distributed Neural Network (DNN).

Project is written using Go programming language.

Go Reference

Supported platforms

Platforms

Mac OS Intel (64-bit) version

Aip2p

Download MacOS application for Intel (x64) v0.0.17

Linux (64-bit) version (tested with KDE desktop environment only)

Aip2p

Download Linux application (x64) Debian package v0.0.17

Installation steps for Debian-based Linux distro:

  1. Download package
wget https://aip2p.app/downloads/aip2p-0.0.17_amd64.deb
  1. Install package:
sudo dpkg -i aip2p-0.0.17_amd64.deb

Download Linux application (x64) tar v0.0.17

Installation steps for other (etc. Red Hat) Linux distributions:

  1. Download package
wget https://aip2p.app/downloads/aip2p-0.0.17_amd64.tar.xz
  1. Extract tar archive with command:
mkdir aip2p && tar -C ./aip2p -xf aip2p-0.0.17_amd64.tar.xz
  1. Install application with command:
cd aip2p && sudo make install && cd .. && rm -rf ./aip2p && rm aip2p-0.0.17_amd64.tar.xz

Notice: this command also removes installation files which are no longer required.

Windows (64-bit) version

Aip2pWin64

Download Windows setup (x64) v0.0.17

Install from source code (for advanced users)

  1. Clone this repository
  2. Download Go from the download page and follow instructions
  3. Install fyne package:
go install fyne.io/fyne/v2/cmd/fyne@latest
  1. Install AIP2P application to your computer with command:
fyne install

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.