From 35bf13caacb4f1ce377d1d945d06ebf5c92ccc57 Mon Sep 17 00:00:00 2001 From: "nitin.maurya" Date: Mon, 18 Dec 2023 05:41:47 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index e69de29..e88afbe 100644 --- a/README.md +++ b/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