Installation ============ To install and set up the AI Graph Project: 1. Clone the repository: .. code-block:: bash git clone 2. Navigate to the project directory: .. code-block:: bash cd ai-graph-project 3. Install the necessary dependencies: .. code-block:: bash pip install -r requirements.txt 4. To build the documentation: .. code-block:: bash cd docs make html