您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
nitin.maurya ebc71d189b Update 'README.md' 1年前
__pycache__ New Updates 1年前
video initial_commit 1年前
Friendly_new.mp4 initial_commit 1年前
README.md Update 'README.md' 1年前
admin_panel.py initial_commit 1年前
chatbot.json initial_commit 1年前
dashboard.ui initial_commit 1年前
login.ui initial_commit 1年前
main_ui.py initial_commit 1年前
question.py initial_commit 1年前

README.md

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