> For the complete documentation index, see [llms.txt](https://ztlevi.gitbook.io/ml-101/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ztlevi.gitbook.io/ml-101/readme.md).

# Introduction

My [Gitbook workspace](https://app.gitbook.com/@ztlevi).

Gitbook is deployed over [here](https://ztlevi.gitbook.io/ml-101).

All codes are available over [here](https://github.com/ztlevi/ML_101/tree/master/codes).

## Start to contribute: Please request the gitbook worksapce permission

## Use the code

```bash
pyenv install 3.9.1
pyenv local 3.9.1
poetry env use 3.9.1
poetry shell
poetry install
```
