This repo contains a collection of machine learning projects that I have developed after learning ML algorithms using Python's Scikit-learn library.
You can view the projects using a browser or a text editor, e.g. VS Code.
$ cd Desktop
$ git clone https:github.com/morikeli/ml-projects-arena/
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
-
Once installtion is complete, open type the following command to open the folder on your default browser.
$ jupyter notebook
-
Select any folder you wish to view and double-click any Jupyter notebook you want to view
Don't forget to star this repo 😉