Skip to content
View haripatel07's full-sized avatar

Highlights

  • Pro

Block or report haripatel07

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

Hi, I'm Hari Patel 👋

GIF

Self-motivated Full Stack Developer and Machine Learning enthusiast with hands-on experience in building scalable web applications and data-driven solutions. I’m passionate about exploring cutting-edge AI frameworks, crafting intelligent systems, and leveraging cloud technologies to deploy real-world applications. With a deep curiosity for machine learning, I thrive on learning new tools, solving challenging problems, and contributing to impactful, innovative projects.

A little more about me

Hari: info = {
    pronouns: 'He' | 'Him',
    age: 20,  
    code: ["Python", "JavaScript", "Java", "C++", "Go", "Rust", "R"],
    askMeAbout: ["web dev", "machine learning", "mobile app development"],
    technologies: {
        frontend: {
            js: ["React", "Next.js", "TypeScript"],
            css: ["Tailwind CSS", "Bootstrap"]
        },
        backend: {
            js: ["Node.js", "Express.js"],
            python: ["Flask", "FastAPI", "Django"],
            databases: ["MongoDB", "MySQL", "PostgreSQL", "SQLite"]
        },
        ml: ["TensorFlow", "PyTorch", "scikit-learn", "Keras", "R"],
        mobile: ["Flutter", "React Native"],
        cloud: ["AWS", "Google Cloud", "Oracle"]
    }
}

Socials:

LinkedIn Medium X Email

Coding Profiles

LeetCode Codeforces HackerRank GeeksforGeeks Kaggle CodeChef

Technology Stack

Programming Languages

Frontend Development

Backend Development

Cloud & Hosting

Databases

Data Science & AI/ML

Tools & Platforms

Operating Systems

My Contributions:

Contribution grid snake animation

GitHub Stats:



Github Trophies

✍️ Random Dev Quote

Pinned Loading

  1. MachineLearningProjects MachineLearningProjects Public

    A collection of machine learning projects demonstrating skills in predictive modeling, classification, and data analysis. Continuously updated with advanced techniques, deep learning implementation…

  2. DataScienceProjects DataScienceProjects Public

    A collection of diverse data science projects demonstrating skills in data analysis, visualization, and statistical modeling using Python and R. Projects include custom implementations of regressio…

  3. DentalDiseasesClassification DentalDiseasesClassification Public

    AI-based system for classifying dental diseases using deep learning. The system uses ResNet18, fine-tuned for multi-class classification of conditions like Calculus, Caries, Gingivitis, Ulcers, Too…

    Jupyter Notebook 1

  4. Smart_Agriculture_System Smart_Agriculture_System Public

    AI-based system for detecting plant diseases and automating irrigation using ML models.

    TypeScript 1 2

  5. blog-api-backend blog-api-backend Public

    RESTful Blog API with authentication, post CRUD, image upload, likes & comments – built using Node.js, Express, PostgreSQL, Sequelize.

    JavaScript

  6. RustPress RustPress Public

    RustCompressor is a fast, multi-threaded CLI tool for compressing and decompressing files using gzip, zstd, lz4, and zip formats. It features adjustable compression levels, real-time progress bars,…

    Rust