You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nitin.maurya 35bf13caac Update 'README.md' 1 year ago
__pycache__ New Updates 1 year ago
video initial_commit 1 year ago
Friendly_new.mp4 initial_commit 1 year ago
README.md Update 'README.md' 1 year ago
admin_panel.py initial_commit 1 year ago
chatbot.json initial_commit 1 year ago
dashboard.ui initial_commit 1 year ago
login.ui initial_commit 1 year ago
main_ui.py initial_commit 1 year ago
question.py initial_commit 1 year ago

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