Skip to content
View chandadiya2004's full-sized avatar
🚩
Deep Learning
🚩
Deep Learning

Block or report chandadiya2004

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

image

Hi, I'm Diya Chanda πŸ‘‹

Welcome to my GitHub profile!

πŸ‘‹ Hello World!

I'm Diya Chanda, an aspiring AI/ML Engineer, passionate about crafting intelligent solutions and building impactful projects. Currently pursuing B.Tech in CSE (AIML) at The Neotia University, I enjoy working on Machine Learning and Deep Learning, and I'm always eager to learn new technologies.


πŸ”₯ My Skills

πŸ–₯️ Programming Languages


πŸ“Š Machine Learning & Deep Learning


☁️ Databases & Cloud


πŸ† Featured Projects

πŸ” Project πŸš€ Tech Stack πŸ”— Repository
Car Price Prediction Streamlit, Python, Scikit-learn GitHub Repo
Diabetes Prediction Streamlit, Python, Scikit-learn GitHub Repo
Movie Recommendation System Streamlit, Python, Scikit-learn, Cosine-similarity GitHub Repo
Attendance Tracker Python, Tkinter, Pandas GitHub Repo
MNIST Digit Classification Python, Matplotlib, Seaborn, OpenCV, TensorFlow GitHub Repo

🌐 Live Demos

Here are some live demos of my projects that you can explore:


🌱 What I'm Currently Learning

  • 🧠 Advanced Machine Learning Algorithms
  • 🌐 Deep Learning
  • πŸš€ Cloud Deployment strategies (AWS, Render)

🌍 Connect With Me


🎯 Fun Fact

"Machine learning is not magic; it's just math." 😎


Thanks for visiting my profile! Feel free to explore my repositories and connect with me. πŸš€

Visitor Count

Popular repositories Loading

  1. mnist-digit-classification mnist-digit-classification Public

    This repository demonstrates MNIST digit classification using deep learning. It includes a neural network model built with frameworks like TensorFlow to classify handwritten digits (0-9) from the M…

    Jupyter Notebook 1 1

  2. diabetes-prediction diabetes-prediction Public

    The Diabetes Prediction project utilizes machine learning techniques to determine the probability of an individual having diabetes based on various health metrics like age, BMI, and blood pressure.…

    Jupyter Notebook

  3. car-price-prediction car-price-prediction Public

    This project combines a Random Forest model with a Streamlit web app to predict car prices based on various factors such as make, model, year, mileage, and more. The overall goal is to create an in…

    Jupyter Notebook

  4. attendance-tracker attendance-tracker Public

    A Python GUI app using Tkinter for managing student attendance. It allows student registration, daily attendance tracking, and stores data in a CSV file. The app adds a new column for each date and…

    Python

  5. chandadiya2004 chandadiya2004 Public

    Config files for my GitHub profile.

  6. movie-recommendation-system movie-recommendation-system Public

    A Movie Recommendation System built using TfidfVectorizer and cosine similarity. The model processes a large dataset of movies and recommends similar movies based on a given input movie by analyzin…

    Python