ml-notebooks is a collection of machine learning-related Jupyter notebooks for educational purposes.
The simplest way to run the notebooks locally is to clone this repository and use uv to setup a
virtual Python environment with all the required dependencies.
Clone this repository using:
git clone https://github.com/omidshy/ml-notebooks.gitthis should create a direcory named ml-notebooks.
For installing uv check Installation methods.
After installing uv run the following command in your ml-notebooks directory to create a virtual environment
and install required packages to run the notebooks:
uv syncTo use the notebooks, run the following command in your ml-notebooks directory:
uv run jupyter lab