8000 GitHub - boyboy007000/Knowledge-Based-QA-System-with-Python-and-Prolog at upgrade1
[go: up one dir, main page]

Skip to content

This project is a simple implementation of a knowledge-based system. It is a simple ChatBot. There is a prolog file that defines the knowledge base. The questions are handled with python. The key idea is mapping different questions for the same answer. The simplest way is finding keywords in the question. Using the keywords, a query is performed…

License

Notifications You must be signed in to change notification settings

boyboy007000/Knowledge-Based-QA-System-with-Python-and-Prolog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installations

sudo apt install swi-prolog <br> pip3 install pyswip

pip3 install gTTS

pip install pygame

pip3 install SpeechRecognition

sudo apt-get install python3-pyaudio

pip install pyaudio

About

This project is a simple implementation of a knowledge-based system. It is a simple ChatBot. There is a prolog file that defines the knowledge base. The questions are handled with python. The key idea is mapping different questions for the same answer. The simplest way is finding keywords in the question. Using the keywords, a query is performed…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%
0