You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A real-time collaborative notebook application that allows multiple users to write, edit, and annotate documents together. Ideal for brainstorming sessions, team projects, and study groups, it features live updates, version history, and chat functionalities.
A collaborative note-taking tool that enables teams to create, edit, and organize notes in real-time. Users can create notebooks, share them with team members, and collaborate on projects seamlessly.
YOLO is a state-of-the-art, real-time object detection algorithm. In this notebook, I've applied the YOLO algorithm to detect objects in images. darknet prints out the objects it detected, its confidence, and how long it took to find them. We didn't compile Darknet with OpenCV so it can't display the detections directly.
This repository contains the steps to install Apache Spark, and run an application that consumes the twitter's real-time stream, performs transformations on the data and displays them on a real-time dashboard in Jupyter Notebook.
Determines whether a specific user is wearing a face mask or not using a 2-factor approach written in Python with TensorFlow and OpenCV modules. Includes a Google Colab notebook tutorial and code for real-time detection using OpenCV.