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

Block or report Developer-Prince

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

नमस्ते (Namaste)🙏🏻, I'm Prince Sharma!

IT Engineer

👇 Hit any one to connect with me.

Twitter Follow Linkedin: Prince GitHub followers website

A little more about me...

const Prince sharma = {
    pronouns: "He" | "Him",
    code: ["Python", "C", "C++"],
    askMeAbout: ["NLP", "ML", "DevOps","Computer Vision","photography"],
    technologies: {
        frameworks: {
            native: ["django", "flask"],
            Libraries: ["pytorch","tensorflow","spacy","keras","rasa","opencv","skimage",...]
        },
        devOps: ["AWS", "Docker🐳","chef"],
        databases: ["postgresql"]
    },
    currentFocus: "Business Analytics Certified Program",
    funFact: "There are two ways to write error-free programs; only the third one works"
};

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! 😊


Profile Views

Lines of code

Pinned Loading

  1. AutoTaggingSystem AutoTaggingSystem Public

    The Auto Tagging system is a model that automatically predict tags for a given a StackExchange question by using the text of the question in PyTorch.

    Jupyter Notebook 2 1

  2. Sentiment_-Analysis_Using_BERT_BASE_UNCASED Sentiment_-Analysis_Using_BERT_BASE_UNCASED Public

    Jupyter Notebook

  3. Natural-Language-Processing Natural-Language-Processing Public

    Jupyter Notebook

  4. Twitter-Sentiment-Analysis-Using-Bert Twitter-Sentiment-Analysis-Using-Bert Public

    Jupyter Notebook

  5. Word2vec Word2vec Public

    Python

  6. Gradient Descent Algorithm.py Gradient Descent Algorithm.py
    1
    #import all the required library
    2
    import numpy as np
    3
    import pandas as pd 
    4
    import matplotlib.pyplot as plt
    5