• Stars
    star
    4
  • Rank 3,300,942 (Top 66 %)
  • Language
    Python
  • Created about 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repository contains code to stream video stream from Raspberry Pi camera or webcam/ Laptop cameras to Kafka and receive it in any system in the local network and apply algorithms

More Repositories

1

python_tips

Some quick python tips which I came across when solving challenges in HackerRank
Jupyter Notebook
38
star
2

box_detection_opencv

This Repository contains a Jupyter notebook explaining how to detect checkboxes/table cells from a scanned image
Jupyter Notebook
30
star
3

GPT_enabled_google_ui

A simple UI that accepts prompt from the user, modifies the prompt and displays the relevant information from the top three google search links. This is a beginners project to experiment the power of OpenAI APis applied into google to get the best of both technologies.
Python
5
star
4

tesseract2dict

Input an image and get the extracted text as a dataframe which gives the content, coordinates (x,y,w,h) and confidence of each word. Essentially, it is a wrapper on pytesseract to output a dataframe.
Python
5
star
5

bham_cvcw

Computer Vision & Imaging Coursework notebook
Jupyter Notebook
1
star
6

MakeTreeDir

OS wrapper python package which checks if a given folder tree path exists and creates them.
Python
1
star
7

treeHandler

Python OS wrapper to grab specific/all files from all the subdirectories of the given folder, process them with your algorithm and save the output retaining the same input structure
Python
1
star
8

fileHandlingPython

This repository contains an example notebook which helps in finding all the image files from a given folder using my library, TreeHandler, processing it using a simple sample algorithm, color to grayscale conversion and storing the output to the given output folder retaining the file structure.
Jupyter Notebook
1
star