Skip to content

omidshy/ml-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.git

this 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 sync

To use the notebooks, run the following command in your ml-notebooks directory:

uv run jupyter lab

About

A collection of machine learning-related notebooks for educational purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published