This repo contains notebooks for a variety of AI & ML topics and models
-
Setup virual environment (only needs to be done once)
python3 -m venv venv
-
Switch to the virtual environment
source venv/bin/activate
-
Install dependencies
pip install -r requirements.txt
-
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
This folder contains notebooks which I used for testing during my learning for AI-900 and DP-900 courses from Microsoft