Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 959 Bytes

File metadata and controls

32 lines (20 loc) · 959 Bytes

Advanced Python Programming Classes

Welcome in Advanced Programming (Zaawansowane programowanie) classes repo 👋

Branches content:

🔸 'Lab2' Branch - Basic loops

🔸 'Lab3' Branch - Functions with arguments of different types

🔸 'Lab4' Branch - Class inheritance

🔸 'Lab5' (no branch) - Improved the code with pycodestyle (PEP 8 convention)

🔸 'Lab6' Branch - Imports (Absolute and Relative)

🔸 'Lab7' Branch - REST API Project with Flask and Flask-RESTful to read data from CSV file, deployed on Heroku platform, Docker containerization technology used

Endpoints
/movies
/links
/ratings
/tags

🔸 'Lab9' Branch - Image processing using OpenCV

  • reading text from image with pytesseract library
  • image tresholding

🔸 'person_detection' Branch - OpenCV Project which allow to person detection and counting from image, video or camera vision