浏览代码

Update 'README.md'

master
nitin.maurya 1年前
父节点
当前提交
35bf13caac
共有 1 个文件被更改,包括 25 次插入0 次删除
  1. +25
    -0
      README.md

+ 25
- 0
README.md 查看文件

@@ -0,0 +1,25 @@
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

正在加载...
取消
保存