Skip to content
View mohit01-10's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report mohit01-10

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

Hi there I'm Mohit

Welcome to my GitHub Profile.

πŸ‘¨πŸ»β€πŸŽ“ About Me

A pre-final year undergrad at JUIT-Solan majoring in CSE, passionate about front-end development, specialized in machine learning and research projects. Love staying up-to-date with the latest trends and frameworks like React.js πŸŒŸπŸš€.

- πŸ”­ I’m working on Machine Learning Research
- πŸ“š I'm currently learning devops
- ⚑ I'm looking for full-time job opportunity

mohit01-10

βš™ TechStack:

... ...

β€πŸ’» Coding Profile:

GeeksforGeeks leetcode hackerrank

using namespace std;

class Mohit {
private:
    string Moto = "Coding my world, One line at a time!";

    vector<string> Programming_Skills = { "C", "C++", "Python", "DSA", "ML" };

    vector<string> WebTech/Frameworks = { "HTML/CSS", "JavaScript", "Reactjs", "Django", "Bootstrap"};

public:
    Mohit(string major) {
        major = "COMPUTER SCIENCE";
    }

    string GetDegree() {
        return "B.Tech in Computer Science Engineering";
    }

};

‍πŸ”₯ My Stats :

languages graph streak graph

trophy graph

Pinned Loading

  1. Alzheimer-s-Disease-Classification-using-Stacking-Ensembling Alzheimer-s-Disease-Classification-using-Stacking-Ensembling Public

    This project is dedicated to accurately classify Alzheimer's disease into Demented, Non-demented and Converted Category.

    Python 2 1

  2. CosmoVibes CosmoVibes Public

    This is a python based Solar sytem Simulation project

    Python 1

  3. Page_Replacement_Algos_Visualizer Page_Replacement_Algos_Visualizer Public

    This is a Page Replacement Techniques Visualizer project.

    Python

  4. LZW_and_Huffman_Compression_Algorithm LZW_and_Huffman_Compression_Algorithm Public

    Implemented Huffman and LZW lossless data compression techniques.

    Python 3 1