For
Windows OS,
Download, extract and double-click
kit_installer file to install the kit.
Note: Do ensure to extract the zip file before running it. The installation may take from 2 to 10 minutes based on bandwidth.
1. When you're prompted during the installation of the kit, press
Y to launch the app automatically and execute cells in the notebook by selecting
Cell --> Run All from Menu bar to see how the chatbot works. It is loaded with minimal questions.
2. To run the app manually, press
N when you're prompted and locate the zip file
faq-virtual-agent.zip
3. Extract the zip file and navigate to the directory
faq-virtual-agent-main
4. Open command prompt in the extracted directory
faq-virtual-agent-main and run the command
jupyter notebook
For
other Operating System,
1. Click
here to install python
2. Click
here to download the repository
3. Extract the zip file and navigate to the directory
faq-virtual-agent-main
4. Open terminal in the extracted directory
faq-virtual-agent-main
5. Install dependencies by executing the command
pip install -r requirements.txt
6. Run the command
jupyter notebook