Skip to content

Instantly share code, notes, and snippets.

View stevenkolawole's full-sized avatar

Steven Kolawole stevenkolawole

View GitHub Profile
@youngsoul
youngsoul / sign_language_deepstack_video.py
Created February 9, 2021 15:54
Script to read webcam and run capture image through DeepStack model
# USAGE
import argparse
import imutils
from imutils.video import VideoStream
import time
import cv2
import requests
@vchrombie
vchrombie / README.md
Last active September 8, 2022 17:01
automation script to setup the GrimoireLab project 🦉 🚀

glab-dev-env-setup

While setting up the developer environment of the GrimoireLab, one step is to fork all the GrimoireLab components, clone them to a target local folder (e.g., sources) and each local repo should have two remotes: origin points to the forked repo, while upstream points to the parent repo.

Reference: Cloning the repositories

This script automates the whole process.