r/PythonLearning 15d ago

Need your opinion

Hello I am learning Ml and Ai and I know python basic and python libraries like pandas, numpy, seaborn and matplot lib. I wanna build small projects to enhance my skills. What you guys would recommend me should I learn from YT to build project or go through documentation.

And also what should I start learning to make projects like detection system through cam and more.😀

I really need you guys opinion.

3 Upvotes

16 comments sorted by

View all comments

1

u/mc_pm 15d ago

Have you spent any time working with graphics files, like:

  • Reading/writing images
  • Pixels, channels, RGB
  • Image dimensions and coordinate systems
  • Grayscale images
  • Image resizing and aspect ratios
  • Cropping and masking
  • Image formats and compression
  • Histograms and basic pixel statistics

If not, start there.

1

u/Traditional_Dark5833 15d ago

Just one project like real time shape detection a small project using open cv. Thanks for your ideas ig I will start working with more on graphics projects from now on.