Installation

To install and set up the AI Graph Project:

  1. Clone the repository:

    git clone <repository-url>
    
  2. Navigate to the project directory:

    cd ai-graph-project
    
  3. Install the necessary dependencies:

    pip install -r requirements.txt
    
  4. To build the documentation:

    cd docs
    make html