An open API service indexing awesome lists of open source software.

https://github.com/kernelshreyak/ai-ml-learning

Notebooks and other code for my personal hands-on learning of AI & ML
https://github.com/kernelshreyak/ai-ml-learning

ai-learning ai-ml azure-ai

Last synced: 6 months ago
JSON representation

Notebooks and other code for my personal hands-on learning of AI & ML

Awesome Lists containing this project

README

          

## AI ML Learning

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

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/kernelshreyak/ai-ml-learning/HEAD?urlpath=%2Fdoc%2Ftree%2Fsample.ipynb)

### Local setup

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

```bash
python3 -m venv venv
```

2. Switch to the virtual environment

```bash
source venv/bin/activate
```

3. Install dependencies

```bash
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