You are on page 1of 2

GCSC CHATBOT

INSTRUCTION MANUAL

IN2IT TECHNOLOGIES PVT LTD


DATE – 6 OCT 2020
GCSC CHATBOT

INSTRUCTION

INSTALL CONFIGURATIONS:

INSTALL VISUAL C++

install visual c++ 2019 builtools


help for install c++ 2019 builtools video
https://www.youtube.com/watch?v=qmMaGicSFCU

INSTALL PYTHON

Install python 3.7.2 64bit and then run the following commands for installing Rasa

• python -m pip install --upgrade pip


• pip install gast==0.2.2
• pip install scipy==1.4.1
• pip install tensorflow-cpu==2.1.1
• pip install rasa

EXECUTE THE COMMADS TO RUN SERVICE

When you will unzip file then you will get these folders.

Open a terminal in flaskApp folder and run thiscommand


• pip install –r requirements.txt
• python app.py

Open a terminal in gcscProject folder and run this command


• rasa run -m models --enable-api --cors ‘*’ –debug
Open another terminal in gcscProject folder and run this command
• rasa run actions

PAGE 2

You might also like