From c45a1fec5d211f950a74ab924d75749ef20ce03f Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Wed, 14 Jul 2021 16:25:54 -0300 Subject: [PATCH] new(all): General Bots reading comprehension. --- README.md | 19 ++++++++++++++++++- requirements.txt | 3 +++ 2 files changed, 21 insertions(+), 1 deletion(-) 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