Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Machine Learning Projects

A curated collection of end-to-end Machine Learning projects built using Python and scikit-learn. This repository demonstrates the complete ML workflow—from data preprocessing to model training, evaluation, visualization, and prediction.


🔗 Live Demo:
https://predict-ui-dashboards.streamlit.app/


📌 About This Repository

This repository serves as a learning lab and portfolio where I build and organize machine learning projects to strengthen practical skills in:

  • Data preprocessing & feature engineering
  • Model training and evaluation
  • Visualization and reporting
  • Saving and loading models
  • Building modular and reusable ML pipelines

🧠 Projects Included

Project Description Status
🎓 Student Pass/Fail Prediction Predicts whether a student will pass or fail based on exam scores ✅ Completed
📊 Reading Score Prediction Predicts student reading performance using exam data ✅ Completed
🚀 More projects coming soon New ML experiments and models will be added 🔄 In Progress

⚙️ Tech Stack

  • Python 🐍
  • Pandas & NumPy
  • Scikit-learn
  • Matplotlib
  • Joblib

🗂️ General Project Structure

Most projects follow a structure like this:

project-name/
│
├── data/           # Dataset files
├── src/            # Source code
├── models/         # Saved models
├── reports/        # Charts and evaluation outputs
├── requirements.txt
└── README.md

▶️ How to Run a Project

  1. Clone the repository
git clone https://github.com/Atharv-AC/machine-learning-projects.git
  1. Navigate to a project folder
cd project-folder
  1. Install dependencies
pip install -r requirements.txt
  1. Run the project
python src/main.py

📈 Goals of This Repository

This repository is part of my journey to:

  • Strengthen machine learning fundamentals
  • Build real-world style ML pipelines
  • Improve project structure and documentation
  • Prepare for data science and ML roles

🚀 Future Improvements

Planned additions:

  • More classification and regression projects
  • Model comparison and hyperparameter tuning
  • Streamlit dashboards
  • Deployment using FastAPI

👨‍💻 Author

Atharv Chandurkar

GitHub: https://github.com/Atharv-AC


⭐ If you find this repository useful

Consider giving it a star—it helps and motivates me to build more projects!

💡Note: Each project includes its own detailed README with specific instructions, dataset information, and feature documentation.

About

A collection of machine learning projects including preprocessing, training, evaluation, and visualization using Python.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages