Machine Learning
Projects
Resources
Workflow
Models
- Types: ONNX, Tensorflow, Generic
- Common extensions: .pkl, .pb, .onnx
Natural Language Processing
Virtual Environment
python3 -m venv .venv
to create the virtual environmentsource ./.venv/bin/activate
to activate the virtual environmentdeactivate
to exit the virtual environment
Selection your Python interpreter
- Command Palette +
Python: Select Interpreter