Skip to content

TTitcombe/euai_act_helper

 
 

Repository files navigation

EU AI act risks

Utility tool to identify where your company might be at risk of the EU AI act, and what you can do about it.

Getting started

Environment variables

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).

  1. Copy .env.example to .env
  2. Get your anthropic api key and populate ANTHROPIC_API_KEY=<your_key>

Shortcuts

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

About

Tool to provide guidance on the EU AI Act for Startups/Founders. Made for the London Initiative of Safe AI (LISA) 2026 Hackathon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.3%
  • CSS 2.4%
  • JavaScript 0.3%