diff --git a/README.md b/README.md index d79ddb3..fb3ca88 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ -This is sample Python Flask application. \ No newline at end of file +# BotModels + +Models in Python for General Bots AI demands. + +# Environment + + 1. Install Visual Studio Code (VSCode); + 2. Install VSCode Extension: Azure Functions; + 3. Install VSCode Extension: Azure Machine Learning; + 4. Install NodeJS; + 5. Run npm install -g azure-functions-core-tools@3 --unsafe-perm true. + +# Libraries + +- TensorFlow; +- SciKit-Learn; +- Pandas; +- NumPy. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index d256ab5..1346ead 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,9 @@ azure-functions azure-storage-blob azure-identity +Spacy +Pytorch +Numpy allennlp allennlp-models Flask \ No newline at end of file