Skip to content
View iamwatchdogs's full-sized avatar
πŸ™‡β€β™‚οΈ
Busy
πŸ™‡β€β™‚οΈ
Busy

Block or report iamwatchdogs

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
iamwatchdogs/README.md

Hi there , I'm Shamith

πŸ† GitHub Certs:

image image image image

πŸ“ˆ My GitHub stats:

github-read-me-stats
My GitHub stats
iamwatchdogs

πŸ±β€πŸ’» Hacktober badges:

@shamith_watchdogs's Holopin board

ERROR:404 XoX

Pinned Loading

  1. Unit-Converter-py Unit-Converter-py Public

    A simple cli tool to convert between different units of measurement.

    Python

  2. Grow-with-Open-Source/Notebook Grow-with-Open-Source/Notebook Public

    A simple content writing open source powered by chirpy themed jekyll project.

    HTML 3 3

  3. bank-transaction-monitoring-and-fraud-detection bank-transaction-monitoring-and-fraud-detection Public

    Jupyter Notebook 1

  4. Glaucoma-Detection-using-Transfer-Learning Glaucoma-Detection-using-Transfer-Learning Public

    A Full-stack application that uses ML model to detect Glaucoma.

    Jupyter Notebook 2 2

  5. An automation shell script that setu... An automation shell script that setup dev environment within your newly installing debian-based distros within a single execution.
    1
    #!/bin/bash
    2
    set -e # Exit on error
    3
    
                  
    4
    # Function to log messages
    5
    log() {
  6. An automated updation script that up... An automated updation script that updates all the dependencies that are previously installed using `iamwatchdogs/setup.sh` gist file. Add this to your config file (~/.bashrc) to acces it directly within your current shell session using single commad `update`.
    1
    update() {
    2
      # Just to kickstart sudo timeout mechanism
    3
      sudo whoami &> /dev/null
    4
    
                  
    5
      # Logger that seperates various sections