Installation
To install and set up the AI Graph Project:
Clone the repository:
git clone <repository-url>
Navigate to the project directory:
cd ai-graph-project
Install the necessary dependencies:
pip install -r requirements.txt
To build the documentation:
cd docs make html