Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 705 Bytes

readme.md

File metadata and controls

34 lines (19 loc) · 705 Bytes

AI ML Learning

This repo contains notebooks for a variety of AI & ML topics and models

Local setup

  1. Setup virual environment (only needs to be done once)

    python3 -m venv venv
  2. Switch to the virtual environment

    source venv/bin/activate
  3. Install dependencies

    pip install -r requirements.txt
  4. Install Jupyter extension in VSCode https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter

After completing above steps, any of the notebooks can be run like usual

Azure AI learning

This folder contains notebooks which I used for testing during my learning for AI-900 and DP-900 courses from Microsoft