| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Welcome to the MLOps Coding Course!
This course is designed to dive deep into the intersection of software development and data science, focusing on the practical applications of machine learning (ML) and artificial intelligence (AI) projects using Python.
Whether you are a beginner eager to explore or an experienced professional seeking to enhance your skill set, this course offers valuable insights and hands-on experience.
Related Resources:
To start contributing, you will need to set up your development environment:
Clone the repository.
In the cloned repository directory, install dependencies and git hooks with mise (which drives uv):
mise run installServe the documentation locally (from that directory) to see course material in your browser:
mise run serveYou can then access the course at this URL from your computer: http://localhost:8000/
Every task goes through mise; run mise tasks for the full list.
| Command | Purpose |
|---|---|
| mise run install | Sync Python dependencies (uv) and install the git hooks (lefthook). |
| mise run format | Format JSON, Markdown, TOML, and YAML with dprint. |
| mise run check | Run every static check: workflows, strict site build, formatting, secrets, scanning, and vulnerabilities. |
| mise run build | Build the static site into site/. |
| mise run serve | Serve the documentation locally with live reload. |
| mise run all | The canonical gate — format, check, build — exactly what CI runs. |
This course is open source under the CC-BY 4.0 license, and we welcome contributions! Whether it's improving the documentation, adding new examples, or fixing bugs, your input is valuable. Check out the docs among other project files to see where you can contribute.
Feel free to submit pull requests or open issues to discuss potential changes or additions to the course content.
Join us in advancing the field of MLOps by sharing your expertise and learning from others!
If you find this course helpful and would like to support its creators, you can make a donation via Stripe.
| Back | FazBrowse Home | New Git URL |