Skip to content
View anmolpant's full-sized avatar
🤡
My programming skills are Ctrl+C and Ctrl+V
🤡
My programming skills are Ctrl+C and Ctrl+V

Highlights

  • Pro

Organizations

@collective @NVIDIAGameWorks @jazzband @fnplus @Recyclero
Block or Report

Block or report anmolpant

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

Hey, Hallo, नमस्ते 🙏🏻, I'm Anmol Pant!


anmolpant | Twitter anmolpant's Linkdin anmolpant's Portfolio anmolpant's Facebook anmolpant's Instagram anmolpant's Spotify anmolpant's Leetcode Download Resume

Incoming Software Engineer at Société Générale
Computer Science and Engineering Student at Vellore Institute of Technology

  • 🔭 I’m currently working on getting my shit together.
  • 🔮 What do I do? - Predict the future via computer science black magic.
  • 🌱 I’m currently learning to use reinforcement learning in real life to control mechanical conveyances for transporting people or goods...basically, I'm learning how to drive.
  • 👯 I’m looking to collaborate on Machine Learning, Java and Web Development related projects.
  • 🤔 I’m looking for help with LSTMs and Cloud Computing.
  • 💬 Ask me about: anything but my life.
  • 📫 How to reach me: oohhh toodlesssss. I mean, use the links in the footer.
  • 😄 Pronouns: built/different
  • ⚡ Fun fact: Getting stabbed is very demotivating.
  • 📚 5 Words that best sum me up: Music, Movies, Memes, Minimalism, Melancholy.

Languages and Tools:

Anmol's GitHub Stats





VisitorCount

A little more about me...

const anmol = {
    pronouns: "Bro" | "Bruh",
    code: ["Javascript", "HTML", "Python", "Java", "C++"],
    askMeAbout: ["Web Dev", "Tech", "Machine learning", "Software Development", "TV Shows", "Content Writing", "Memes"],
    technologies: {
        frontEnd: {
            js: ["Vanilla", "jQuery"],
            css: ["CSS3", "Tailwind", "Bootstrap"]
        },
        backEnd: {
            python: ["flask"]
            java : ["JSP"]
        },
        devOps: ["GCP"], ["Azure"]
        databases: ["Mongo", "MySql", "sqlite", "phpMyAdmin", "Oracle"],
        ML: ["Tensorflow", "Keras", "Sklearn", "open-cv", "matplotlib", "pandas", "Octave"]
    },
    currentProject: "Working on enhancing my current skillset whilst simultaneously looking for new opportunities.",
    funFact: "My jokes are a cry for help."
};

Please do consider dropping a ⭐ for this repo and some of my recent Deep Learning projects. 🥺


Need help?

Follow me around the web:

Gmail GitHub Anmol Portfolio Facebook Quora Stackoverflow ask Instagram Snapchat Medium LinkedIn Trivago Twitter Follow

Pinned

  1. NLP-Project NLP-Project Public

    Forked from 1857112/NLP-Project-1

    Submission for the J component of Natural Language Processing in Fall Semester 2020-21 under Sharmila Banu K

    Jupyter Notebook 1

  2. EmoStock EmoStock Public

    EmoStock - Stock prediction via sentiment analysis of financial news. Winner of VITHack 2020 in FinTech Domain.

    Jupyter Notebook 5

  3. keyword-extraction keyword-extraction Public

    Implementation of the keyword extraction from short text technique.

    Jupyter Notebook 6 1

  4. SaniText SaniText Public

    A full-fledged text editor software (GUI based) made using python's Tkinter framework.

    Tcl