Talk2KnowledgeGraphs is an AI agent designed to interact with biomedical knowledge graphs. Biomedical knowledge graphs contains crucial information in the form of entities (nodes) and their relationships (edges). These graphs are used to represent complex biological systems, such as metabolic pathways, protein-protein interactions, and gene regulatory networks. In order to easily interact with this information, Talk2KnowledgeGraphs uses natural language processing (NLP) to enable users to ask questions and make requests. By simply asking questions or making requests, users can:
Clone the repository:
git clone https://github.com/<your-repo>/ aiagents4pharma.git
cd aiagents4pharma/talk2knowledgegraphs</your-repo>
Install the package and its dependencies:
pip install .
Alternatively, install from source:
pip install -e .
bash
pip install aiagents4pharma