Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ilanvinograd/peerai
- Owner: IlanVinograd
- Created: 2024-11-18T19:18:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T13:47:21.000Z (about 1 month ago)
- Last Synced: 2024-12-20T14:46:59.576Z (about 1 month ago)
- Topics: deep-learning, distributed, p2p, peer-to-peer, pytorch, training
- Language: Python
- Homepage:
- Size: 5.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```