A collection of Machine Learning projects built using Python, Scikit-learn, Streamlit, and various data visualization libraries. These projects demonstrate classification, prediction, recommendation, and detection models for solving real-world problems.
- 🧠 Brainstroke Predictor
- 🌾 Crop Recommendation
- 🚗 Insurance Fraud Prediction
- ⛰️ Landslide Prediction
- 🫁 Lung Cancer Prediction
- 🏥 Multi Disease Predictor
- 🌧️ Rainfall Prediction
- 🔐 URL Malware Detector
- Python
- Scikit-learn
- Pandas
- NumPy
- Streamlit
- Matplotlib
- Seaborn
The repository contains projects built using different machine learning algorithms, including:
- Logistic Regression
- Decision Tree
- Random Forest
- Support Vector Machine (SVM)
- K-Nearest Neighbors (KNN)
- XGBoost (where applicable)
Machine-Learning-Projects/
│
├── Brainstroke-Predictor/
├── Crop-Recommendation/
├── Insurance-Fraud-Prediction/
├── Landslide-Prediction/
├── Lung-Cancer-Prediction/
├── Multi-Disease-Predictor/
├── Rainfall-Prediction/
├── URL-Malware-Detector/
│
├── requirements.txt
└── README.md
git clone https://github.com/Vijaypn87/Machine-Learning-Projects.gitcd Machine-Learning-Projectspip install -r requirements.txtExample:
cd Heart-Disease-Prediction
streamlit run app.py- Interactive Streamlit applications
- Machine Learning model training and prediction
- Data preprocessing and feature engineering
- Data visualization
- Classification and prediction models
- Real-world datasets
These projects were developed to practice:
- Data preprocessing
- Feature scaling
- Label encoding
- Model training
- Model evaluation
- Streamlit application development
- Data visualization
- Machine Learning workflows
- Improve UI/UX of Streamlit applications
- Add deep learning projects
- Docker support
- Cloud deployment
- REST API integration
- Model performance comparison
- Better documentation for each project
Vijay P N
- GitHub: https://github.com/Vijaypn87
- LinkedIn: https://www.linkedin.com/in/vijaypnin/
⭐ If you found these projects helpful, consider giving this repository a star.