An open API service indexing awesome lists of open source software.

https://github.com/bjornmelin/curated-ai-ml-course-projects

πŸš€ Curated AI & ML Course Projects – A handpicked collection of experiments, tutorials, and real-world projects from various AI, ML, deep learning, and Hugging Face courses. Explore structured, hands-on learning in one central repository.
https://github.com/bjornmelin/curated-ai-ml-course-projects

ai coursework data-science deep-learning huggingface jupyter-notebooks machine-learning ml neural-networks projects python tutorials

Last synced: 2 months ago
JSON representation

πŸš€ Curated AI & ML Course Projects – A handpicked collection of experiments, tutorials, and real-world projects from various AI, ML, deep learning, and Hugging Face courses. Explore structured, hands-on learning in one central repository.

Awesome Lists containing this project

README

        

# πŸš€ Curated AI & ML Course Projects

> A handpicked collection of projects, assignments, and experiments from various AI and ML coursesβ€”including Machine Learning Specialization, Deep Learning Specialization, and Hugging Face Agents. Explore structured, hands-on learning and discover the evolution of cutting-edge AI techniques!

[![Python](https://img.shields.io/badge/Python-3.9-blue?style=flat-square&logo=python)](https://python.org)
[![Jupyter](https://img.shields.io/badge/Jupyter-Notebook-orange?style=flat-square&logo=jupyter)](https://jupyter.org)
[![License](https://img.shields.io/badge/License-MIT-green?style=flat-square)](LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/YourUsername/curated-ai-ml-course-projects?style=flat-square)](https://github.com/YourUsername/curated-ai-ml-course-projects/issues)

---

## πŸ“š Table of Contents

- [✨ Features](#-features)
- [πŸ“ Repository Structure](#-repository-structure)
- [πŸ› οΈ Technology Stack](#️-technology-stack)
- [πŸš€ Getting Started](#-getting-started)
- [πŸ“š How to Reference](#-how-to-reference)
- [🀝 Contributing](#-contributing)
- [πŸ“ License](#-license)
- [πŸ‘¨β€πŸ’» Author](#-author)

---

## ✨ Features

- **Organized Learning:** Structured directories for each course and module.
- **Comprehensive Documentation:** Detailed READMEs and in-code comments for every project.
- **Interactive Examples:** Jupyter notebooks and scripts for hands-on learning.
- **Diverse Projects:** From foundational ML assignments to advanced deep learning experiments.
- **Continuous Growth:** Regular updates as new courses and experiments are added.

---

## πŸ“ Repository Structure

Below is an overview of the repository structure to help you navigate the content easily:

```mermaid
graph TD;
A[Curated AI & ML Course Projects]
A --> B[MachineLearningSpecialization]
A --> C[DeepLearningSpecialization]
A --> D[HuggingFaceAgents]
B --> E[Week01_Introduction]
B --> F[Week02_SupervisedLearning]
C --> G[Module1_NeuralNetworks]
C --> H[Module2_ConvolutionalNetworks]
D --> I[Project1]
D --> J[Project2]
```

Each top-level folder represents a course or specialization, with subdirectories for individual weeks, modules, or projects. Detailed documentation within each folder will guide you through the learning objectives and code implementations.

---

## πŸ› οΈ Technology Stack

This repository leverages a variety of tools and frameworks that power modern AI and ML workflows:

- **Programming:** Python
- **Interactive Coding:** Jupyter Notebooks
- **Machine Learning Libraries:** scikit-learn, TensorFlow, PyTorch
- **Data Manipulation:** NumPy, pandas
- **Visualization:** Matplotlib, Seaborn, Plotly
- **Version Control:** Git & GitHub

---

## πŸš€ Getting Started

### Prerequisites

Make sure you have the following installed on your system (Preferred Python 3.11):

- [Python 3.9+](https://www.python.org/downloads/)
- [Jupyter Notebook](https://jupyter.org/install)
- Git

### Installation

1. **Clone the Repository:**

```bash
git clone https://github.com/BjornMelin/curated-ai-ml-course-projects.git
cd curated-ai-ml-course-projects
```

2. **Create and Activate a Virtual Environment:**

```bash
python -m venv env
source env/bin/activate # On Windows use `env\Scripts\activate`
```

3. **Install Dependencies:**

```bash
pip install -r requirements.txt
```

4. **Launch a Jupyter Notebook:**

```bash
jupyter notebook
```

Explore the course directories and open the notebooks to start experimenting with the code and concepts.

---

## πŸ“š How to Reference

If you find this repository useful for your research or projects, please consider citing it:

```bibtex
@misc{BjornMelin2025CuratedAIML,
author = {Bjorn Melin},
title = {Curated AI \& ML Course Projects},
year = {2025},
publisher = {GitHub},
url = {https://github.com/BjornMelin/curated-ai-ml-course-projects},
note = {A curated collection of AI and ML projects from various online courses.}
}
```

Standard Citation:

```
Melin, B. (2025). curated-ai-ml-course-projects: Curated AI & ML Course Projects. GitHub. https://github.com/BjornMelin/curated-ai-ml-course-projects
```

---

## 🀝 Contributing

Contributions are welcome! If you'd like to add a project, improve documentation, or suggest changes:

1. Fork the repository.
2. Create your feature branch: `git checkout -b feature/your-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin feature/your-feature`
5. Open a pull request.

Please make sure to follow the existing code style and write clear commit messages.

---

## πŸ“ License

This project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute the code.

---

## πŸ‘¨β€πŸ’» Author

**Bjorn Melin**
[GitHub](https://github.com/BjornMelin) β€’ [LinkedIn](https://www.linkedin.com/in/bjorn-melin) β€’ [Website](https://bjornmelin.io)

---


Made with ❀️ and β˜• by Bjorn Melin