Update README.md
This commit is contained in:
parent
995d2815a7
commit
56782cee3f
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
|
@ -4,15 +4,15 @@ Models in Python for General Bots AI demands.
|
||||||
|
|
||||||
# Environment
|
# Environment
|
||||||
|
|
||||||
1. Visual Studio Code (VSCode)
|
1. Install Visual Studio Code (VSCode);
|
||||||
2. VSCode Extension: Azure Functions
|
2. Install VSCode Extension: Azure Functions;
|
||||||
3. VSCode Extension: Azure Machine Learning
|
3. Install VSCode Extension: Azure Machine Learning;
|
||||||
4. Node
|
4. Install NodeJS;
|
||||||
5. npm install -g azure-functions-core-tools@3 --unsafe-perm true
|
5. Run npm install -g azure-functions-core-tools@3 --unsafe-perm true.
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
|
|
||||||
- TensorFlow
|
- TensorFlow;
|
||||||
- SciKit-Learning
|
- SciKit-Learning;
|
||||||
- Pandas
|
- Pandas;
|
||||||
- NumPy
|
- NumPy.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue