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
- Host: GitHub
- URL: https://github.com/kernelshreyak/ai-ml-learning
- Owner: kernelshreyak
- Created: 2023-07-01T07:19:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T16:16:41.000Z (7 months ago)
- Last Synced: 2025-03-29T17:25:23.223Z (7 months ago)
- Topics: ai-learning, ai-ml, azure-ai
- Language: Jupyter Notebook
- Homepage:
- Size: 24.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## AI ML Learning
This repo contains notebooks for a variety of AI & ML topics and models.
[](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