Retrieve_Luis_intent_and_simple_testing is a simple tool that allows python developers to test and retrieve intent from the Machine Learning LUIS engine from Microsoft Azure.
Before working on this project follow these steps:
- Create a Microsoft Azure accumpt
- Connect to LUIS
- Create a Luis application with api endpoint following this tutorial
Installing locally follow these steps:
pip install -r requirements.txt
To run locally follow these steps: -
To run on docker follow these steps: -
To run tests run :
pytest
...
To contribute to the project, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
Thanks to the following people who have contributed to this project:
- @Etisti 📖
This project uses the MIT License.