A curated collection of machine learning projects β covering classification, prediction, clustering, and more β built using Python and popular ML libraries. Perfect for learners, contributors, and developers looking to explore applied machine learning.
Machine-Learning-Projects/
βββ Air Quality_16/
βββ Calories Burned Prediction/
βββ Credit_card_fraud/
βββ Customer Segmentation_07/
βββ Diabetes Prediction_04/
βββ House Price Prediction_02/
βββ Iris Flower Classification_01/
βββ Spam Email Detection_22/
βββ Weather Prediction_09/
βββ Wine Quality Prediction_03/
βββ LICENSE
βββ README.md
Each folder represents an independent project complete with:
- π Dataset or dataset link
- π Exploratory Data Analysis
- π€ Model building & evaluation
- π Visualizations
- π
.ipynb
or.py
implementation
Project Name | Category | Algorithm(s) Used |
---|---|---|
Air Quality_16 | Regression | Linear Regression, Random Forest |
Calories Burned Prediction | Regression | Linear Regression, XGBoost |
Credit Card Fraud | Classification | Logistic Regression, Isolation Forest |
Customer Segmentation_07 | Clustering | K-Means Clustering |
Diabetes Prediction_04 | Classification | Logistic Regression, SVM |
House Price Prediction_02 | Regression | Random Forest, Lasso |
Iris Flower Classification_01 | Classification | KNN, SVM |
Spam Email Detection_22 | Classification | Naive Bayes, Logistic Regression |
Weather Prediction_09 | Classification | Decision Trees, XGBoost |
Wine Quality Prediction_03 | Classification/Regression | Random Forest, SVM |
-
Clone the repository:
git clone https://github.com/amanantuley/machine-learning-projects.git cd machine-learning-projects
-
Navigate to any project folder:
cd Wine\ Quality\ Prediction_03
-
Open the
.ipynb
file using Jupyter Notebook or run.py
scripts in your preferred IDE.
Ensure you have the following installed:
pip install numpy pandas matplotlib seaborn scikit-learn jupyter
Contributions are welcome! Add a new project or improve existing ones:
git checkout -b feature-new-project
git commit -m "Added Breast Cancer Prediction project"
git push origin feature-new-project
Then open a Pull Request π
Licensed under the MIT License
Created with β€οΈ by Aman Antuley Feel free to connect and explore more!