Skip to content
View fbagci's full-sized avatar
💻
💻
Block or Report

Block or report fbagci

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

  1. vision-deployment-framework vision-deployment-framework Public

    The framework where you can deploy and use your mmdetection models with the simple Restful API.

    Python 1 4

  2. Kafka image produce consume Kafka image produce consume
    1
    ! pip install kafka-python
    2
    
                  
    3
    import cv2
    4
    from kafka import KafkaConsumer
    5
    import numpy as np
  3. ml-boilerplate ml-boilerplate Public

    ML project boilerplate

    Python