Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
nitin.maurya 35bf13caac Update 'README.md' il y a 1 an
__pycache__ New Updates il y a 1 an
video initial_commit il y a 1 an
Friendly_new.mp4 initial_commit il y a 1 an
README.md Update 'README.md' il y a 1 an
admin_panel.py initial_commit il y a 1 an
chatbot.json initial_commit il y a 1 an
dashboard.ui initial_commit il y a 1 an
login.ui initial_commit il y a 1 an
main_ui.py initial_commit il y a 1 an
question.py initial_commit il y a 1 an

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