Metadata-Version: 2.1
Name: mediapipe-rpi4
Version: 0.8.4.0
Summary: MediaPipe for Raspberry Pi OS on Raspberry Pi 4
Home-page: https://github.com/superuser789/MediaPipe-on-RaspberryPi
Author: Nitin Singh
Author-email: acc4nitin@gmail.com
License: MIT
Description: # MediaPipe Python Package for RaspberryPi OS on Raspberry Pi 3 / 4
        
        ## Project Homepage : https://github.com/google/mediapipe
        
        
        ## Installation
        1. Install FFmpeg and OpenCV from official repository  *OR*  Build from sources using this [Guide](https://github.com/superuser789/MediaPipe-on-RaspberryPi/blob/main/BuildingFFMPEG%26OpenCV.md) .
        ```
        sudo apt install ffmpeg python3-opencv
        ```
        Note: FFmpeg and OpenCV from official repository have been built with less optimisations. It is recommended to build from sources with the supported optimisations
        
        
        
        
        2. Install dependency packages 
        ```
        sudo apt install libxcb-shm0 libcdio-paranoia-dev libsdl2-2.0-0 libxv1  libtheora0 libva-drm2 libva-x11-2 libvdpau1 libharfbuzz0b libbluray2 libatlas-base-dev libhdf5-103 libgtk-3-0 libdc1394-22 libopenexr23
        ```
        
        
        
        ### For Raspberry Pi 4
        #### 3. Install package
        ```
        sudo pip3 install mediapipe-rpi4
        ```
        
        #### To Uninstall package
        ```
        sudo pip3 uninstall mediapipe-rpi4
        ```
        
        
        ### For Raspberry Pi 3
        #### 3. Install package
        ```
        sudo pip3 install mediapipe-rpi3
        ```
        
        #### To Uninstall package
        ```
        sudo pip3 uninstall mediapipe-rpi3
        ```
        
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
