Skip to content
View alerezaaa's full-sized avatar

Block or report alerezaaa

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

Pinned Loading

  1. surface-crack-detection-project surface-crack-detection-project Public

    Deep learning-based binary classification for surface crack detection using PyTorch and pretrained ResNet, trained on 40K images with data augmentation.

    Jupyter Notebook

  2. shrimp_data_entry_project shrimp_data_entry_project Public

    This app is a part of bigger plan to collect (data entry), manage and monitoring Shrimp fishing data from fishing barges. The whole project will be release step-by-step. Written in Kivy framework b…

    Python

  3. Transfer time entries from Clockify ... Transfer time entries from Clockify to Toggl Tracks ⏐ One day I decided to move from Toggl Track to Clockify and this code was the result of my decision
    1
    import pandas as pd
    2
    from sys import argv
    3
    
                  
    4
    input_csv_path = argv[1]
    5