Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 689 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 689 Bytes

PeerAI

System Architecture

Below is the system architecture diagram for the project:

System Architecture

Running the Project

Clone

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:
    pip install -r requirements.txt

Steps to Run

  1. Navigate to the project directory:
    cd /path/to/PeerAI
  2. Run the application:
    python -m App.app