new(all): General Bots reading comprehension.
This commit is contained in:
parent
5dbe90023e
commit
c45a1fec5d
2 changed files with 21 additions and 1 deletions
19
README.md
19
README.md
|
|
@ -1 +1,18 @@
|
||||||
This is sample Python Flask application.
|
# 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.
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
azure-functions
|
azure-functions
|
||||||
azure-storage-blob
|
azure-storage-blob
|
||||||
azure-identity
|
azure-identity
|
||||||
|
Spacy
|
||||||
|
Pytorch
|
||||||
|
Numpy
|
||||||
allennlp
|
allennlp
|
||||||
allennlp-models
|
allennlp-models
|
||||||
Flask
|
Flask
|
||||||
Loading…
Add table
Reference in a new issue