710 skills found · Page 5 of 24
black0017 / Ct Intensity SegmentationIntroduction to medical image processing with Python: CT lung and vessel segmentation without labels https://theaisummer.com/medical-image-python/
openpaperwork / LibpillowfightSmall library containing various image processing algorithms (+ Python 3 bindings) that has almost no dependencies -- Moved to Gnome's Gitlab
driscollis / Image Processing With PythonPillow: Image Processing with Python(Book Code)
rohit-mehra / Eye Of SauronStream processing using kafka-python to track people (user input images of target) in the wild over multiple video streams.
bhklab / Med ImagetoolsTransparent and reproducible medical image processing pipelines in Python.
CBICA / TutorialsHere, we will be showcasing our seminar series “CPP for Image Processing and Machine Learning” including presentations and code examples. There are image processing and machine learning libraries out there which use C++ as a base and have become industry standards (ITK for medical imaging, OpenCV for computer vision and machine learning, Eigen for linear algebra, Shogun for machine learning). The documentation provided with these packages, though extensive, assume a certain level of experience with C++. Our tutorials are intended for those people who have basic understanding of medical image processing and machine learning but who are just starting to get their toes wet with C++ (and possibly have prior experience with Python or MATLAB). Here we will be focusing on how someone with a good theoretical background in image processing and machine learning can quickly prototype algorithms using CPP and extend them to create meaningful software packages.
asahi417 / Wikiart Image DatasetWe release WikiART Crawler, a python-library to download/process images from WikiART via WikiART API, and two image datasets: `WikiART Face` and `WikiART General`.
jagin / Image Processing PipelineModular image processing pipeline using OpenCV and Python generators
clEsperanto / PyclesperantoGPU-accelerated Image Processing library for Python
nion-software / NionswiftNion Swift is open source scientific image processing software integrating hardware control, data acquisition, visualization, processing, and analysis using Python. Nion Swift is easily extended using Python. It runs on Windows, Linux, and macOS.
Sardhendu / License Plate Detection{Python}: Detect and extract the license plate of vehicles using Machine Learning and Image Processing Techniques
Mystic-del12 / Duplicate ImagerThis project provides a Python CLI utility for detecting duplicate or visually similar images via perceptual hashing. It supports multithreaded processing, configurable similarity thresholds, interactive image review, progress visualization, and structured handling of duplicates through move, copy, or reporting workflows.
Shivadharshini-V / Fingerprint RecognitionThis project implements a fingerprint recognition system using ORB for feature extraction and SVM for classification in Python. It preprocesses fingerprint images, trains a machine learning model, and predicts the person ID from new inputs. The system is designed for beginners to learn biometric authentication and image processing.
bnmnetp / CImageA simple image processing library for Python educators.
antonyvam / NDTomoThe nDTomo software suite contains python scripts for the simulation, visualisation, pre-processing and analysis of X-ray chemical imaging and tomography data as well as a a graphical user interface (GUI). Manuscript: https://doi.org/10.1039/D5DD00252D
iremakalp / Plant Disease DetectionThis repo contains the python codes of my final thesis "Analysis of leaf species and detection of diseases using image processing and machine learning methods".
anirudhjaishankar / Blood Group Detection Using PythonProject for detecting blood group using image processing in python
seehiong / PdfusionA powerful PDF processing engine that deconstructs documents into their core elements—text, images, and tables—and seamlessly reconstructs them into pristine, structured Markdown. Built with a React frontend and a robust Python (PyMuPDF) backend on Appwrite.
esheldon / NgmixGaussian mixtures and image processing implemented in python
tspannhw / OpenSourceComputerVisionOpen Source Computer Vision with TensorFlow, MiniFi, Apache NiFi, OpenCV, Apache Tika and Python For processing images from IoT devices like Raspberry Pis, NVidia Jetson TX1, NanoPi Duos and more which are equipped with attached cameras or external USB webcams, we use Python to interface via OpenCV and PiCamera. From there we run image processing at the edge on these IoT device using OpenCV and TensorFlow to determine attributes and image analytics. A pache MiniFi coordinates running these Python scripts and decides when and what to send from that analysis and the image to a remote Apache NiFi server for additional processing. At the Apache NiFi cluster in the cluster it routes the images to one processing path and the JSON encoded metadata to another flow. The JSON data (with it's schema referenced from a central Schema Registry) is routed and routed using Record Processing and SQL, this data in enriched and augment before conversion to AVRO to be send via Apache Kafka to SAM. Streaming Analytics Manager then does deeper processing on this stream and others including weather and twitter to determine what should be done on this data. References https://community.hortonworks.com/articles/103863/using-an-asus-tinkerboard-with-tensorflow-and-pyth.html https://community.hortonworks.com/articles/118132/minifi-capturing-converting-tensorflow-inception-t.html https://github.com/tspannhw/rpi-noir-screen https://community.hortonworks.com/articles/77988/ingest-remote-camera-images-from-raspberry-pi-via.html https://community.hortonworks.com/articles/107379/minifi-for-image-capture-and-ingestion-from-raspbe.html https://community.hortonworks.com/articles/58265/analyzing-images-in-hdf-20-using-tensorflow.html