A open research package to learn about machine learning, opencv, llms, python packages and various xPUs
First prep the environment
$ make dev
Now activate the environment in Visual Studio Code, normally it will recognize the local virtualenv. Also make sure you have this alias in your system, so that you activate the virtual env in your terminal
alias venv='source .*/bin/activate'