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

Block or report Ishu335

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ishu335/README.md

Hi, I'm Ishwar Sonawane!

Software Engineer at Sinhgad Institutes


📬 Contact Me

Email: 335ishwar@gmail.com


💻 A little more about me

const Ishu = {
  pronouns: "he" | "him",
  code: ["Python", "AI", "ML"],
  tools: ["Streamlit", "PyTorch", "FastAPI", "Django", "MySQL", "Matplotlib", "Sklearn","NumPy"],
  architecture: [
    "Machine Learning Pipelines",
    "AI-Agents",
    "REST APIs",
    "LLM and NLP",
    "CI/CD Pipelines"
  ],
  techCommunities: {
    contributor: "Open Source Projects",
    mentor: "Peer Learning Groups"
  },
  challenge: "I am focused on AI / ML in PYTHON"
};

Pinned Loading

  1. GenAI_ChatboT-01 GenAI_ChatboT-01 Public

    A GenAI-style AI Chat Application built with React (Frontend) and FastAPI (Backend). This project demonstrates AI-powered chat functionality combined with secure backend data storage using Firebase…

    JavaScript 1

  2. ANN-Date-Fruit-Classifier ANN-Date-Fruit-Classifier Public

    The Artificial Neural Network (ANN) model to classify different types of date fruits using morphological and texture features from the Date Fruit Dataset. The model learns complex feature relations…

    Jupyter Notebook

  3. PixelBrain PixelBrain Public

    PixelBrain is a CNN-powered image classification system that learns visual patterns through convolutional layers and classifies images into 10 classes with high accuracy. It showcases deep learning…

    Jupyter Notebook

  4. RNN-Sentiment-Analysis RNN-Sentiment-Analysis Public

    This project implements a Sentiment Analysis system using Recurrent Neural Networks (RNN) to classify text into positive or negative sentiment. The model learns contextual relationships in text usi…

    Jupyter Notebook

  5. Handwritten-Digit-Classification-using-CNN-RNN Handwritten-Digit-Classification-using-CNN-RNN Public

    Implemented handwritten digit classification using RNN and CNN models on the MNIST dataset to compare sequential and spatial learning approaches. The RNN model achieved 91.89% accuracy, while the C…

    Jupyter Notebook

  6. Flappy-Bird Flappy-Bird Public

    Developed an intelligent agent to play the classic Flappy Bird game using Reinforcement Learning techniques. The agent learns optimal actions (jump or no jump) by interacting with the environment a…

    Python