Utility tool to identify where your company might be at risk of the EU AI act, and what you can do about it.
The root has an example env file (.env.example), but you will need to complete some information
(namely your Anthropic API key for the backend to summarise the data pertaining to the act).
- Copy
.env.exampleto.env - Get your anthropic api key and populate
ANTHROPIC_API_KEY=<your_key>
We've setup a mise-en-place (mise.toml) file to provide shortcuts for running the app. Once you've installed mise, you can run this repo with:
npm i
# Spin up the frontend and backend services.
mise r dev