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 # 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.