Welcome to the Machine Learning Projects - Phase 1 repository! This collection includes machine learning projects focused on real-world applications, from predictive modeling to classification tasks. Each project demonstrates the use of popular ML algorithms and tools in Python.
- Hotel Booking System: Predict cancellations and bookings.
- Plant Disease Detection: Classify plant diseases from images.
- Chronic Kidney Disease Prediction: Predict kidney disease using medical data.
- Wine Quality Prediction: Predict wine quality based on features.
- BigMart Sales Prediction: Predict sales using regression models.
- Diabetes Prediction: Predict diabetes risk.
- Bike Sharing Demand: Predict bike sharing demand using time series analysis.
Clone this repository and install dependencies:
pip install -r requirements.txtEach project is contained in its respective folder, with Jupyter notebooks or Python scripts. Follow project-specific instructions within each folder for setup and execution.
This project is open-source and available under the MIT License.