# 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
```
