Update README.md

This commit is contained in:
Rodrigo Rodriguez 2021-04-24 14:14:15 -03:00 committed by GitHub
parent 995d2815a7
commit 56782cee3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,15 +4,15 @@ Models in Python for General Bots AI demands.
# Environment
1. Visual Studio Code (VSCode)
2. VSCode Extension: Azure Functions
3. VSCode Extension: Azure Machine Learning
4. Node
5. npm install -g azure-functions-core-tools@3 --unsafe-perm true
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-Learning
- Pandas
- NumPy
- TensorFlow;
- SciKit-Learning;
- Pandas;
- NumPy.