Skip to content

divakaivan/eu-ai-act-graph-modelling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I read The AI Engineer's Guide to Surviving the EU AI Act by Larysa Visengeriyeva, and it was great. It sparked my interest to learn more about the Act and also I realised it's a good candidate for a graph data model.

Conceptial Model

conceptual-model

Logical Model

logical-model

Neo4j Implementation

neo4j-vis

Files in repo

  • the CSVs (articles.csv, annexes.csv, recitals.csv) contain the scraped documents; also given as txt files
  • scraping is in the scrape_data.ipynb
  • some of the Cypher code is in interact_with_neo4j.ipynb, there are not many nodes (~300 for the 3 main documents) so this is fairly light
  • to set up Neo4j locally, run docker-compose up -d (username & pwd are in the docker-compose.yml)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published