30 lines
651 B
Markdown
30 lines
651 B
Markdown
# 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.
|
|
|
|

|
|
|
|
|
|
# Education
|
|
|
|
1. https://pjreddie.com/courses/computer-vision/
|
|
|
|
|
|
# References
|
|
|
|
1. https://github.com/DenisDsh/VizWiz-VQA-PyTorch (VQA, Visual Question Answering)
|