hansent / notebooks

Set of Jupyter Notebooks linked to Roboflow Blogpost and used in our YouTube videos.

Home Page:https://models.roboflow.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roboflow YouTube

Roboflow Notebooks


roboflow logo

πŸ‘‹ hello

Over the years we have created dozens of Computer Vision tutorials. This repository contains Jupyter Notebooks that we've featured in our blog posts and YouTube videos. Please keep in mind that repository is still under construction 🚧 In the meantime, you can find a full list of our tutorials here.

πŸš€ tutorials

notebook open notebook in colab or kaggle complementary materials repository
YOLOv7 PyTorch Object Detection Colab Kaggle Roboflow YouTube GitHub
YOLOv7 PyTorch Object Detection OpenVINO + TorchORT Colab Kaggle Roboflow GitHub
MT-YOLOv6 PyTorch Object Detection Colab Kaggle Roboflow YouTube GitHub
YOLOv5 PyTorch Object Detection Colab Kaggle Roboflow YouTube GitHub
YOLOv5 PyTorch Classification Colab Kaggle Roboflow YouTube GitHub
YOLOv5 PyTorch Instance Segmentation Colab Kaggle Roboflow YouTube GitHub
Detection2 PyTorch Instance Segmentation Colab Kaggle Roboflow YouTube GitHub
SegFormer PyTorch Instance Segmentation Colab Kaggle Roboflow YouTube GitHub
Vision Transformer PyTorch Classification Colab Kaggle Roboflow YouTube
Scaled-YOLOv4 PyTorch Object Detection Colab Kaggle Roboflow YouTube GitHub
YOLOS PyTorch Object Detection Colab Kaggle Roboflow YouTube GitHub
YOLOR PyTorch Object Detection Colab Kaggle Roboflow YouTube GitHub
YOLOX PyTorch Object Detection Colab Kaggle Roboflow YouTube GitHub
Resnet34 fast.ai Classification Colab Kaggle Roboflow YouTube
OpenAI Clip PyTorch Classification Colab Kaggle Roboflow YouTube GitHub
YOLOv4-tiny Darknet Object Detection Colab Kaggle Roboflow YouTube GitHub

🎬 videos

Almost every week we create tutorials showing you the hottest models in Computer Vision. πŸ”₯ Subscribe, and stay up to date with our latest YouTube videos!

roboflow logo

πŸ’» run locally

We try to make it as easy as possible to run Roboflow Notebooks in Colab and Kaggle, but if you still want to run them locally, below you will find instructions on how to do it. Remember don't install your dependencies globally, use venv.

# clone repository and navigate to root directory
git clone git@github.com:roboflow-ai/notebooks.git
cd notebooks

# setup python environment and activate it
python3 -m venv env
source venv/bin/activate

# install and run jupyter notebook
pip install notebook
jupyter notebook

🐞 bugs & 🦸 contribution

Computer Vision moves fast! Sometimes our notebooks lag a tad behind the ever-pushing forward libraries. If you notice that any of the notebooks is not working properly, create a bug report and let us know.

If you have an idea for a new tutorial we should do, create a feature request. We are constantly looking for new ideas. If you feel up to the task and want to create a tutorial yourself, please take a peek at our contribution guide. There you can find all the information you need.

We are here for you, so don't hesitate to reach out.

About

Set of Jupyter Notebooks linked to Roboflow Blogpost and used in our YouTube videos.

https://models.roboflow.com


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%