Creating first bot

I am a beginner in rasa. Can anybody give step guidelines for creating a simple bot and train the model.

Hi there. You can follow the steps here: Getting Started with Rasa. You will need python installed on your computer. I recommend installing python 3 and running this on your console: pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple. It will install rasa X too, Rasa X is a interface that will help you with you bot training.