This project is a rule-based AIML (Artificial Intelligence Markup Language) chatbot designed to run on the Pandorabots platform. It uses a structured directory with categorized AIML files to simulate intelligent conversation.
βββ Files/udc.aiml # Main AIML file (entry point)
To test and run this bot on Pandorabots:
Go to Pandorabots.com and sign up for a free account.
- Once logged in, go to your dashboard.
- Click "Create a New Bot".
- Enter a name (e.g.,
UDC-Bot) and select the defaultEnglish (AIML 2.1)option.
- Navigate to your bot's Files section.
- Upload the contents of the
Files/directory, preserving the folder structure:- Upload everything inside
Substitutions/andSystem/. - Upload
udc.aimlat the root level.
- Upload everything inside
You may upload files individually or zip the directory and use the Pandorabots uploader to import the archive.
- In the bot's Settings, change the Startup File to
udc.aiml. - Save your changes.
- Click "Talk to your bot" or use the Pandorabots Playground to begin chatting.
- Text normalization (e.g., substitutions of slang, abbreviations)
- Rule-based responses for system queries
- Easily extensible for adding categories, topics, and random responses