Mihir Suman
chatbot/rasa
directory and install the required Python dependencies:src/
: Contains the main front-end application code.chatbot/rasa/
: Contains the Rasa chatbot configuration and training data.server/
: Backend server code for handling API requests and integrating with the chatbot.git checkout -b feature-name
.git commit -m 'Add new feature'
.git push origin feature-name
.