Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilanvinograd/peerai

P2P Training System
https://github.com/ilanvinograd/peerai

deep-learning distributed p2p peer-to-peer pytorch training

Last synced: 3 days ago
JSON representation

P2P Training System

Awesome Lists containing this project

README

        

# PeerAI

## System Architecture

Below is the system architecture diagram for the project:

![System Architecture](Assets/architecture.png)

## Running the Project

**Clone**
```bash
gh repo fork https://github.com/IlanVinograd/PeerAI.g it --clone=true
gh repo star IlanVinograd/PeerAI
```
### Prerequisites
1. **Install Python**: Ensure Python 3.10+ is installed.
2. **Install Dependencies**:
Run the following command to install required libraries:
```bash
pip install -r requirements.txt
```
### Steps to Run
1. Navigate to the project directory:
```bash
cd /path/to/PeerAI
```
2. Run the application:
```bash
python -m App.app
```