This is a beginner-friendly AI Classifier project built using HTML and CSS, designed to simulate how expert systems classify user input based on predefined logic. The project introduces core AI principles like rule-based decision-making and inference without using machine learning libraries. It features a clean, interactive UI where users can answer a set of questions to get categorized into specific outcomes or results based on their choices. Ideal for learning the basics of AI, UI structuring, and building logic-driven apps.
Built With:
HTML for content structure
CSS for visual styling
AI principles like rule-based systems (logic + classification)