Skip to content
View abhinavchat's full-sized avatar

Block or report abhinavchat

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

Hi there, I'm Abhinav - aka abhinavchat 👋

I'm a Husband, Developer, and a Beatboxer!!

  • 🌱 I’m currently learning everything 🤣
  • 👯 I’m looking to collaborate with other developers
  • 🥅 2022 Goals: Contribute to Open Source projects
  • ⚡ Fun fact: I love to play RPG games on PS4

Connect with me:

pensioningblues.wordpress.com abhinavchat | Twitter abhinavchat | LinkedIn abhinavchat | Instagram



Pinned Loading

  1. abhinavchat-portfolio abhinavchat-portfolio Public

    Personal Portfolio Website

    JavaScript

  2. image_classification image_classification Public

    This project aims to classify between cat and dog images using an inceptionV3 trained model served via flask.

    Python

  3. book-store book-store Public

    Python

  4. sane-email-validator sane-email-validator Public

    Checks email string for validity

    JavaScript

  5. nvmCommands.md nvmCommands.md
    1
    ## check version
    2
    `node -v || node --version`
    3
    
                  
    4
    ## list installed versions of node (via nvm)
    5
    `nvm ls`
  6. gitCheatsheet.md gitCheatsheet.md
    1
    ### How to check your Git configuration:
    2
    The command below returns a list of information about your git configuration including user name and email:
    3
    
                  
    4
    `git config -l`
    5