Team Members:
The problem is given by the teachers descrived in the pdf in the problem_description folder (in Spanish). The main goal is to create a rocommender for a full week routine in a gym. With various exercises, and asking questions to the user in order to know the objectives, intensity level and health related problems.
The Ontology is created with Protégé and the recommender with CLIPS.
owl2clips:
To convert the file exported from the ontology in .ttl
format, to .clp
, use the command owl2clips
.
To intall it easyly, just execute:
pip install -r requirements.txt
After you can use the Makefile: make ttl2clips
remember to add the path to your installed clips in CLIPS_INTERPRETER