Skip to content
View alr11118's full-sized avatar

Organizations

@FRC-2928

Block or report alr11118

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alr11118/README.md

Hi there 👋

  • I'm interested in Computer Vision, AI development, cybersecurity, and software development.
  • I’m currently working on my projects, and classes
  • I’m learning about Computer Vision :)

Pinned Loading

  1. ArdunioKeyboard ArdunioKeyboard Public

    Built a custom 3×3 matrix keyboard from scratch using an Arduino Uno, LCD display, and homemade key switches. Features matrix scanning, multi-tap text input, and real-time visual/audio feedback.

    C++ 1

  2. Edge_detection Edge_detection Public

    Edge Detection Using the Sobel Operator and C.

    C 1

  3. SudokuSolver SudokuSolver Public

    SudokuSolver implements a backtracking algorithm to solve Sudoku puzzles. And uses Pygame to visualise the solving algorytm.

    Python 1

  4. LinearRegressionPricePredictor LinearRegressionPricePredictor Public

    Linear regression project for predicting house prices based on house sizes. It uses Python and some data science libraries such as NumPy, Pandas, Matplotlib, and scikit-learn.

    Python 1

  5. QRCode QRCode Public

    A Python program that generates customizable QR codes using the qrcode library.

    Python 1

  6. dungeon-crawler dungeon-crawler Public

    A text-based dungeon crawler game. Built in Java using object-oriented programming, this project simulates a grid-based dungeon filled with monsters, items, and interactive rooms.

    Java