AI4MDE is an open-source research initiative at LIACS that aims to bridge the gap between AI and Model-Driven Engineering. AI4MDE is a web-based environment in which users can design and manage UML Class, Activity, and Use Case Diagrams via a user-friendly interface. The platform provides the option to generate fully functional Django software prototypes from these diagrams.
Get up and running with the AI4MDE studio and API in no time:
git clone https://github.com/ai4mde/studio.git
cd frontend
docker-compose up -d
Now visit http://ai4mde.localhost
For a full tutorial on how to install AI4MDE, see: setup.md
For an overview of the technical architecture, see architecture.md