Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
nitin.maurya ebc71d189b Update 'README.md' vor 1 Jahr
__pycache__ New Updates vor 1 Jahr
video initial_commit vor 1 Jahr
Friendly_new.mp4 initial_commit vor 1 Jahr
README.md Update 'README.md' vor 1 Jahr
admin_panel.py initial_commit vor 1 Jahr
chatbot.json initial_commit vor 1 Jahr
dashboard.ui initial_commit vor 1 Jahr
login.ui initial_commit vor 1 Jahr
main_ui.py initial_commit vor 1 Jahr
question.py initial_commit vor 1 Jahr

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