Skip to content
View johnmalek312's full-sized avatar

Block or report johnmalek312

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. TennisVisionTracker TennisVisionTracker Public

    This project uses computer vision to track tennis players and the ball in video footage. It employs YOLO for detection and ResNet for court keypoint tracking, visualizing the results with bounding …

    Python 2

  2. PWPS PWPS Public

    C# 3

  3. TelegramPaymentBot TelegramPaymentBot Public

    Python 1

  4. Simple neural network Simple neural network
    1
    
                  
    2
    
                  
    3
    import numpy as np
    4
    import math
    5
    learning_rate = 0.1
  5. DiscordToTelegram DiscordToTelegram Public

    Discord to Telegram Message Forwarder is a Python-based bot that automates the process of forwarding messages from Discord channels to Telegram chats. It allows for flexible configuration through a…

    Python