|
pirms 1 gada | |
---|---|---|
__pycache__ | pirms 1 gada | |
video | pirms 1 gada | |
Friendly_new.mp4 | pirms 1 gada | |
README.md | pirms 1 gada | |
admin_panel.py | pirms 1 gada | |
chatbot.json | pirms 1 gada | |
dashboard.ui | pirms 1 gada | |
login.ui | pirms 1 gada | |
main_ui.py | pirms 1 gada | |
question.py | pirms 1 gada |
To make the chatbot application run following libraries are to be installed
PyQt5
SpeechRecognition 3.10.1
Firebase-Admin
To install these type these commands in the terminal
pip install PyQt5
pip install pyqt5-tools
pip install SpeechRecognition
pip install firebase-admin
Make sure all the files namely:
video (folder)
admin_panel.py (file)
chatbot.json (file)
dashboard.ui (file)
Friendly_new.mp4 (video file)
login.ui (file)
main.ui (file)
question.py (file)
must be in same directory, For example one can keep these files in a directory named ChatBot_UI