You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An app manager for Android written in Kotlin. View app related info, launch or uninstall apps. Fully implemented in Jetpack compose using Material You dynamic theming and also has a separate implementation in xml with MDC 3.
PROJECT DESCRIPTION: This project is an application of image processing. In this project we are solving a sudoku puzzle by capturing the real-world image of sudoku. We have used OpenCV with python to extract the correct digits from the puzzle image input. On recognising the input digits, we solve the sudoku internally and we display the solved s…