Skip to content

rokush/RASA-Bot

Repository files navigation

RASA-Bot

Chatbot made using RASA Framework

Software Requirement

• ANACONDA: for Python 3

• Tensor flow

• VScode IDE

• RASA framework

Implementation of Project

Setting up RASA

• First we need to install the Anaconda navigator.

• Setting up virtual environment

•conda create –n NAME python=3.8 

•conda activate NAME 

•conda install ujson 

•conda install tensorflow 

•pip install Rasa 

•pip install rasax

• After this open the project in VS CODE and Open Terminal and set the environment to rasa

• Then run command conda activate NAME

• Then run command rasa shell for running of project 

• run command rasa x for a interactive user interface

Screenshot Of Project

image

image

Releases

No releases published

Packages

No packages published

Languages