Skip to content
View priyankapiba's full-sized avatar
😸
😸

Block or report priyankapiba

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

Github

Welcome to my profile✨

I am Priyanka Salunke, currently a pre final year student pursuing my Computer Engineering.
I’m currently working on C.P..✨.
I’m currently learning C#.
Who doesn’t love a totally strange message from a stranger about something completely random? Just drop a Hi 👋 here !

Most Used Languages 💻


priyankapiba

Languages and Tools:


TwitterTwitterTwitterTwitterTwitter


Priyanka's Stats:

Let's Connect


Spyware priyankapiba Spyware007

Talk with me, I am kinda AWESOME | REALISTIC | DRIVEN | SANE | EMPATH

// Which came first: the chicken or the egg?
console.log(['🥚', '🐣', '🐥', '🐔'].sort())

>>> [ '🐔', '🥚', '🐣', '🐥' ]

Priyanka's github activity graph


if (isAwesome) {
    // thanks in advance :p
    starThisRepository();
}

Leave a ⭐️ From @priyankapiba if you like 😁

Pinned Loading

  1. Corona-2021-Analysis Corona-2021-Analysis Public

    Heatmaps are used in various forms of analytics but here it is used to show user behavior of the coronavirus. This code uses a daily database to display data in the form of a graph and map using th…

    Jupyter Notebook

  2. PriyankaWebsite PriyankaWebsite Public

    Created my personal/portfolio website using technologies like HTML5, CSS3, BOOTSTRAP v4.3, and JavaScript.

    HTML

  3. Pizza-Management-System Pizza-Management-System Public

    The main objective of the Pizza ordering system is to manage the details of payments, customer, pizza, order status. ● It manages all the information about Payments, Online order, Order Status, Pay…

    Python

  4. My-first-Hello-World-to-Deep-Learning-using-Tensorflow My-first-Hello-World-to-Deep-Learning-using-Tensorflow Public

    Deep Learning is " code light, but concept heavy ". We'll be able to implement a Deep Neural Network in about five lines of code, but the underlying concepts (cross-entropy, softmax, dense layers, …

    Jupyter Notebook

  5. Real-and-Fake-News-Detector Real-and-Fake-News-Detector Public

    This advanced python project of detecting fake news deals with fake and real news. Using sklearn, we build a TfidfVectorizer on our dataset. Then, we initialize a PassiveAggressive Classifier and f…

    Jupyter Notebook

  6. tic_tac_toe tic_tac_toe Public

    C++ 1