Releases: GetSomeSleepBro/codes
Releases · GetSomeSleepBro/codes
LP2 AI codes & theory
lp2 Add files via upload
Expert System
Expert System Programs
This workspace contains six simple expert-system programs. Each program has its own folder with:
frontend/- a small HTML, CSS, and JavaScript user interface.backend/- a Python backend with rule-based expert-system logic.report/- a short report you can expand for submission.
How To Run Any Program
- Open a terminal in the selected program folder.
- Run the backend:
python3 backend/server.py- Open the local URL shown in the terminal, usually:
http://localhost:8000
- Fill the form and click the decision button.
Folder List
01_information_management02_hospital_medical_facilities03_help_desk_management04_employee_performance_evaluation05_stock_market_trading06_airline_cargo_scheduling
Notes
- The systems are intentionally simple and easy to explain.
- The backend uses
http.server, so no Flask/Django setup is required. - The expert-system rules are written as normal
if/elifstatements with comments. - You can submit any one folder if your assignment asks for only one expert system.
5/5/26 - dsbda, lp2
/powershell/modules
/og