Created as a part of my undergraduate diploma thesis.
This tool is a part of my CS Undergraduate diploma thesis, in which I attempt to automate the validation of conceptual data models. The validator can read .cdm files, created in PowerDesigner (tested on PowerDesigner 12.5), and uses PlantUML for visualization of the model. The model is validated by being compared to a solution model.
To run this project, simply run the App.py file. Tool was written and tested with Python 3.12, and uses a plantuml 0.3.0 library which also requires an internet connection to work properly.
