Skip to content
View rexdivakar's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@collective @EddieHubCommunity @Py-Contributors
Block or Report

Block or report rexdivakar

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

Hey! I'm Divakar

I'm a Forever Software Craftsman Apprentice and a self-taught aspiring Machine & Deep Learning Engineer

About me

  • 👨🏽‍💻 I’m currently working on something cool 😉
  • 🌱 I’m currently learning GraphQL and TensorFlow
  • 👯 I’m looking to collaborate on any opensource projects and Hackathons
  • 💬 Ask me about anything, I am happy to help
  • ⚡ Fun fact: I ❤️ breaking stuffs

GitHub Linkedin Telegram Discord

Languages and Tools

bash python aws docker flask gcp git go graphql heroku jenkins linux mongodb mysql opencv postgresql postman scikit_learn selenium sqlite tensorflow travisci Redis Oracle

Pinned

  1. Notifly Notifly Public

    Notifly is an AI Model tracking system designed to monitor the metrics and hardware resources during training the model in real-time alerts over various social networks like Telegram, discord, slack.

    Python 35 14

  2. Deep-Learning-Setup Deep-Learning-Setup Public template

    Jupyter Notebook 9 3

  3. Nginx Auto Config Updater Nginx Auto Config Updater
    1
    #!/bin/bash
    2
    # ------------------------------------------------------------------#
    3
    #                       Auto Nginx deploys                          #
    4
    # Description:                                                      #
    5
    #   This script automatically deploys nginx Services                #
  4. postgresdb_backup.sh postgresdb_backup.sh
    1
    #!/bin/bash
    2
    
    
    3
    # Takes a full backup of the database and stores it in the backup folder
    4
    # Run this script as the postgres user
    5