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.

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