Running the Application - junaidmalik619/AI_Sales_ChatBot GitHub Wiki
- Navigate to the directory containing the project files.
- Run
rasa trainto train the model. - Start the action server in a separate terminal window with
rasa run actions. - Start the Rasa server with
rasa shell. - Type out your messages to interact with the bot.