-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# MLOps Coding Course | ||
|
||
**Welcome to the MLOps Coding Course!** | ||
**Welcome to the [MLOps Coding Course](https://mlops-coding-course.fmind.dev/)!** | ||
|
||
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. | ||
|
||
|
@@ -12,6 +12,11 @@ Whether you are a beginner eager to explore or an experienced professional seeki | |
- **Project-Driven Learning**: Each chapter includes practical project instructions to help you apply what you've learned. | ||
- **MLOps Techniques**: Gain insights into effective MLOps coding strategies that streamline the development and deployment of AI/ML models. | ||
- **Open Source Tools**: Familiarize yourself with industry-standard tools like [poetry](https://python-poetry.org/), [pytest](https://docs.pytest.org/en/latest/), [pyenv](https://github.com/pyenv/pyenv), [ruff](https://docs.astral.sh/ruff/), [mlflow](https://mlflow.org/), [bandit](https://bandit.readthedocs.io/en/latest/), [pre-commit](https://pre-commit.com/), [GitHub](https://github.com/), and [VS Code](https://code.visualstudio.com/). | ||
- **Mentoring sessions**: Boost your learning experience with personalized feedback and expert insights from the course authors. | ||
- Contact the [course creators](mailto:[email protected]) to request a personalized quote. | ||
- Book [a one-on-one mentoring session](https://calendar.app.google/9KfEBkpCHQKwarLF8) to receive tailored guidance and support throughout the course. | ||
- **MLOps Coding Assistant**: Get help from the [MLOps Coding Assistant](https://mlops-coding-assistant.fmind.dev/), a premium tool that provides code snippets, explanations, and examples to help you learn and apply MLOps techniques. | ||
- Contact the [course creators](mailto:[email protected]) to access the assistant for $10 per month. | ||
|
||
## Course Content | ||
|
||
|
@@ -22,7 +27,6 @@ Whether you are a beginner eager to explore or an experienced professional seeki | |
5. **Refining**: Dive into advanced MLOps techniques including CI/CD workflows, software containers, and model registries to streamline your operations. | ||
6. **Sharing**: Learn how to effectively organize and document your MLOps projects to ensure they are accessible and collaborative. | ||
|
||
|
||
## Installation | ||
|
||
To start contributing , you will need to set up your development environment: | ||
|
@@ -48,4 +52,4 @@ This course is [open source under the CC-BY 4.0 license](https://github.com/MLOp | |
|
||
Feel free to [submit pull requests](https://github.com/MLOps-Courses/mlops-coding-course/pulls) or [open issues](https://github.com/MLOps-Courses/mlops-coding-course/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!** | ||
**Join us in advancing the field of MLOps by sharing your expertise and learning from others!** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# 0.5. Assistants | ||
|
||
**WORK IN PROGRESS** | ||
|
||
## What is the course assistant? | ||
|
||
Included in this course is a Generative AI assistant, specifically configured to support your learning journey by answering queries and tailoring the course content to your needs. This assistant functions similarly to ChatGPT but is uniquely customized to engage with the topics and materials of this course. | ||
Included in this course is a premium [MLOps Coding Assistant](https://mlops-coding-assistant.fmind.dev/), specifically configured to support your learning journey by answering queries and tailoring the course content to your needs. This assistant functions similarly to ChatGPT but is uniquely customized to engage with the topics and materials of this course. | ||
|
||
## How does this assistant work? | ||
|
||
The assistant utilizes [OpenAI's GPT technology](https://openai.com/blog/introducing-gpts) to offer real-time support and customized feedback. Upon receiving a query or request for assistance, it applies sophisticated natural language understanding to interpret your input accurately. It then consults its comprehensive database to fetch relevant information or examples, aiming to deliver the most precise and useful responses. | ||
The assistant utilizes a [Large Language Model (LLM)](https://en.wikipedia.org/wiki/Large_language_model) in a [Retrieval-Augmented Generation (RAG) architecture](https://blogs.nvidia.com/blog/what-is-retrieval-augmented-generation/) to offer real-time support and customized feedback. Upon receiving a query or request for assistance, it applies sophisticated natural language understanding to interpret your input accurately. It then consults its comprehensive database to fetch relevant information or examples, aiming to deliver the most precise and useful responses. | ||
|
||
This tool is consistently updated to reflect the latest developments in AI and machine learning, ensuring it remains an effective resource throughout your MLOps educational journey. Whether you need further explanation on a topic, examples of MLOps applications, or feedback on your code, this assistant is prepared to assist. | ||
|
||
## How much does the assistant cost? | ||
|
||
The assistant is a complimentary feature that costs $10 per month. You can access it by contacting the [course creators](mailto:[email protected]). This fee grants you unlimited access to the assistant for one month, enabling you to leverage its support whenever you require assistance or guidance during the course. | ||
|
||
## How should you use the assistant? | ||
|
||
The assistant is available for a wide range of course-related inquiries. Consider using it in the following ways: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
mlops-coding-course.fmind.dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
|
||
[tool.poetry] | ||
name = "mlops-coding-course" | ||
version = "0.0.2" | ||
version = "0.1.0" | ||
description = "Learn how to create, develop, and maintain an MLOps code base." | ||
package-mode = false | ||
repository = "https://github.com/MLOps-Courses/mlops-coding-course" | ||
documentation = "https://mlops-courses.github.io/mlops-coding-course/" | ||
documentation = "https://mlops-coding-course.fmind.dev/" | ||
authors = ["Médéric HURIER <[email protected]>"] | ||
readme = "README.md" | ||
license = "CC BY" | ||
|