https://github.com/egbakou/rasa_toolkit
Python script to update your rasa model without retraining 🚀
https://github.com/egbakou/rasa_toolkit
chatbot machine-learning nlp nlu rasa voice-assistant
Last synced: 6 months ago
JSON representation
Python script to update your rasa model without retraining 🚀
- Host: GitHub
- URL: https://github.com/egbakou/rasa_toolkit
- Owner: egbakou
- License: apache-2.0
- Created: 2023-03-08T20:59:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T20:39:20.000Z (over 2 years ago)
- Last Synced: 2025-02-09T19:17:56.660Z (8 months ago)
- Topics: chatbot, machine-learning, nlp, nlu, rasa, voice-assistant
- Language: Python
- Homepage: https://lioncoding.com
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rasa_toolkit
Python script to update your rasa model without retraining.## Issue solved by this project
When you have trained a model and you made changes to a response text in of your domain file, the model needs to be retrained.
For a model that takes too much time in the training process, this can be time-consuming.
- https://forum.rasa.com/t/do-you-always-have-to-run-rasa-train-when-making-changes-to-domain-yml-for-response-text/36225## Usage
Ssimply download the main.py file and place it inside your Rasa project directory.
Then, run the script using the command:
```bash
python main.py
```