You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
# AI Act Implementation Tool
2
2
3
-
Open-source template for 1) AI system definition check and 2) high-risk classification. Based on AI Act requirements and soft law frameworks, such as the Research framework Algorithms of the Netherlands Executive Audit Agency, the Algorithm framework of the Dutch Ministry of the Interior and the Dutch Fundamental Rights Impact Assessment (IAMA).
4
-
5
-
The templates are available in JSON format and can be easily customized to fit the specific needs of an organization.
3
+
Opinionated implementation of [AI act questions](https://github.com/NGO-Algorithm-Audit/AI-Act-Questions) created by the Algorithm Audit team.
6
4
7
5
# How to run
8
6
9
-
Follow these steps to set up and run the application on your local machine.
7
+
This project includes a Git submodule that references the JSON Schemas repository (LINK), allowing us to keep schema definitions separate while using them within this project. Follow these steps to setup everything correctly.
10
8
11
9
## Prerequisites
10
+
12
11
Ensure the following are installed on your system:
13
12
14
13
Node.js (version 14 or later)
@@ -20,14 +19,24 @@ node -v
20
19
npm -v
21
20
```
22
21
23
-
First, clone the repository to your local machine. Open your terminal and run:
22
+
##### 1. Clone the repository to your local machine. Open your terminal and run:
0 commit comments