You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,15 @@ Whether you are a beginner eager to explore or an experienced professional seeki
8
8
9
9
**Related Resources:**
10
10
-**[MLOps Python Package (Example)](https://github.com/fmind/mlops-python-package)**: Kickstart your MLOps initiative with a flexible, robust, and productive Python package.
11
+
-**[LLMOps Coding Package (Example)](https://github.com/callmesora/llmops-python-package/)**: Example with best practices and tools to support your LLMOps projects.
11
12
-**[Cookiecutter MLOps Package (Template)](https://github.com/fmind/cookiecutter-mlops-package)**: Start building and deploying Python packages and Docker images for MLOps tasks.
12
13
13
14
## Key Features
14
15
15
16
-**Hands-on Python Coding**: Learn to code with Python in a way that's directly applicable to real-world AI projects.
16
17
-**Project-Driven Learning**: Each chapter includes practical project instructions to help you apply what you've learned.
17
18
-**MLOps Techniques**: Gain insights into effective MLOps coding strategies that streamline the development and deployment of AI/ML models.
18
-
-**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/).
19
+
-**Open Source Tools**: Familiarize yourself with industry-standard tools like [uv](https://docs.astral.sh/uv/), [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/).
19
20
-**Mentoring sessions**: Boost your learning experience with personalized feedback and expert insights from the course authors.
20
21
- Book [a one-on-one mentoring session](https://calendar.app.google/9KfEBkpCHQKwarLF8) to receive tailored guidance and support on the course.
21
22
- Contact the [course creators](mailto:[email protected]) to request a personalized quote for group and organization training.
@@ -37,7 +38,7 @@ Whether you are a beginner eager to explore or an experienced professional seeki
37
38
To start contributing , you will need to set up your development environment:
38
39
39
40
1. Clone the repository.
40
-
2. Install dependencies using [Poetry](https://python-poetry.org/):
41
+
2. Install dependencies using [uv](https://docs.astral.sh/uv/):
41
42
42
43
```bash
43
44
invoke install
@@ -49,7 +50,7 @@ invoke install
49
50
invoke serve
50
51
```
51
52
52
-
You can then access the course at this URL from your computer: http://localhost:8000/mlops-coding-course/
53
+
You can then access the course at this URL from your computer: http://localhost:8000/
0 commit comments