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.

README.md 568 B

1 vuosi sitten
12345678910111213141516171819202122232425
  1. To make the chatbot application run following libraries are to be installed
  2. PyQt5
  3. SpeechRecognition 3.10.1
  4. Firebase-Admin
  5. To install these type these commands in the terminal
  6. pip install PyQt5
  7. pip install pyqt5-tools
  8. pip install SpeechRecognition
  9. pip install firebase-admin
  10. Make sure all the files namely:
  11. video (folder)
  12. admin_panel.py (file)
  13. chatbot.json (file)
  14. dashboard.ui (file)
  15. Friendly_new.mp4 (video file)
  16. login.ui (file)
  17. main.ui (file)
  18. question.py (file)
  19. must be in same directory, For example one can keep these files in a directory named ChatBot_UI