Building with with Machine Learning Concepts, Computer Vision(CV), A.I., ....
youtube-link : [https://youtu.be/wZzz9xS5J4k?si=0m70axi9e8UJH9wJ]
- python
- anaconda : (install) jupyter notebook
- vs-code : I prefer to use VS-Code for this project
- python
- pylance
- jupyter notebook :
while running jupyter notebook in vs-code, set the kernel in the top right side to anaconda3(python version) - other code editors...
-
Install pip ( a package manager for Python packages ):
python get-pip.py
-
Use python module script to install any packages or modules (eg.) :
python -m pip install PACKAGENAME
python -m pip install pandas
python -m pip install numpy
python -m pip install opencv-python
python -m pip install matplotlib
python -m pip install seaborn