This project is an expert system designed to recommend university fields to high school students based on various factors such as interests, high school background, career goals, and job prospects. The system utilizes logical inference and rule-based reasoning to provide personalized recommendations to each student.
Python 3.12
aima3
- Clone the repository to your local machine:
git clone https://github.com/bouzenaali/projetAI.git
- Install the required dependencies:
pip install requirements.txt
- Run the main script to generate field recommendations:
python user_interface.py
- Check the web app on
http://localhost:8501
- BOUZENA Ali
- SAOUDI Romissa
This project is an academic project for the Introduction to Artificial Inteligence
course