Install and verify the following Python libraries:
TensorFlow, PyTorch, scikit-learn, and OpenCV. Write a short Python script that imports each library and prints their version numbers to confirm successful installation.”

π Steps:
- Open Anaconda Prompt or terminal.
- Install the libraries (if not already installed):
Python code
pip install tensorflow torch scikit-learn opencv-python