Summary
Keywords
Full Transcript
This project demonstrates a symbolic AI chatbot designed to provide knowledge about Generative AI concepts, such as LLMs, GANs, Transformers, Datasets, and Applications. The benefits of this project are: - Excellent foundation for a symbolic AI bot. - Clean, modular and extensible design. - Encourages structured learning of Generative AI. The chatbot uses symbolic reasoning to infer answers from a knowledge base defined in the Entities Relationships dataset, ER.json. It highlights the use of rules and logic in AI reasoning. Features - Dynamic reasoning based on entities and relationships from the knowledge base. - Simple user interface via the command line. - Fallback responses for unmatched queries. - Easily extensible knowledge base (in JSON format). ***** Join this channel to get access to perks like exclusive content: https://www.youtube.com/@QA1/join ***** Artificial intelligence for software testing: https://www.youtube.com/playlist?list=PLc3SzDYhhiGXcuIxOewDNJGZSbqXd7fkW Software Testing Tutorials #shorts (Mini Software Testing course): https://www.youtube.com/playlist?list=PLc3SzDYhhiGUPN9xL4JnWKikcR0JYe0eh Software Testing Tutorials (complete set): https://www.youtube.com/playlist?list=PLc3SzDYhhiGWuMK03uYO-UENAx0s2woWM Selenium Tutorials (Selenium Java): https://www.youtube.com/playlist?list=PLc3SzDYhhiGXpUQyWlYK2JynPYWKkNUE_ Selenium Videos (Selenium Python Tutorials complete set) : https://www.youtube.com/playlist?list=PLc3SzDYhhiGUPPWt_rIVszepL1nMTbDaW Test Automation: https://www.youtube.com/playlist?list=PLc3SzDYhhiGXVcy8EcrTSfwsC-v8EUZvg Subscribe to Software and Testing Training channel: https://youtube.com/@QA1?sub_confirmation=1 Software and Testing Training: Online training in Python programming, VB scripting, Perl scripting, Big Data, SQL, HTML, XML, Selenium Python, Selenium with Java, SoapUI, LoadRunner and JMeter automated software testing tools, software testing training, Database testing, QA, domain knowledge and others #softwareandtestingtraining #inderpsingh Code (GitHub): Follow at https://github.com/Inder-P-Singh/SymbolicGenAIBot Website (blog): https://inderpsingh.blogspot.com/ LinkedIn: https://www.linkedin.com/in/inderpsingh/
