Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 791 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 791 Bytes

Machine learning projects arena

Overview

This repo contains a collection of machine learning projects that I have developed after learning ML algorithms using Python's Scikit-learn library.

Instructions

You can view the projects using a browser or a text editor, e.g. VS Code.

Initial Setup

   $ 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

Reminder

Don't forget to star this repo 😉