Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 688 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 688 Bytes

Guardian.AI

Installation

To install Guardian, follow these steps:

  1. Clone the Guardian.AI repository:
    git clone hhttps://github.com/nithin9000/guardian.AI
  2. Navigate to the project directory:
    cd guradian.AI
  3. Create a virtual environment and install the required dependencies (you can use any virtual environment manager):
    # Python
    python -m venv guardian
    
    #Python3
    python3 -m venv guardian
    
    # On macOS and Linux.
    source guardian/bin/activate
    
    # On Windows.
    .\guardian\Scripts\activate
    
    pip install -r requirements.txt
  4. Start the Guardian server:
    python guardian.py