To install Guardian, follow these steps:
- Clone the Guardian.AI repository:
git clone hhttps://github.com/nithin9000/guardian.AI
- Navigate to the project directory:
cd guradian.AI
- 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
- Start the Guardian server:
python guardian.py