Metadata-Version: 2.1
Name: bestpix
Version: 1.5.0
Summary: UNKNOWN
Home-page: https://github.com/mkchuprin/BestPix
Author: Michael Chuprin
Author-email: mkchuprin@gmail.com
License: GNU GPLv3
Description: # BestPix
        
        View your best photos by seeing what Apple's machine learning models rate them.
        Inspired by Simon Willison's [Pelican post](https://simonwillison.net/2020/May/21/dogsheep-photos/)!
        
        
        ## Description 
        
        All of the photos on your iPhone are put through Apple's machine learning models to produce "beautifulness" scores. These scores are stored on your iPhone and can be imported to your MacBook. This package allows you to see the 10 most beautiful photos in your browser.
        
        
        ## Supported Platforms
        
          * Mac 
        
        ## Privacy
        
        No data leaves your computer
        
        ## Prerequisites
        
        * `Python3`, which can be installed from [www.python.org](https://www.python.org/downloads/)
            * You're good if running `python3` in your terminal shows ![](2020-06-22-14-45-05.png)
        * `Docker Desktop`, which can be installed from [www.docker.com](https://www.docker.com/products/docker-desktop)
        
        
        ## Install 
        
        1. Open your terminal and run the command `pip3 install bestpix`
            * You're good if you see ![](2020-06-22-14-52-22.png)
        
        ## Use
        1. Import your iPhone's photos to your Mac. Official instructions [here](https://support.apple.com/en-us/HT201302#importmac)
        2. Start Docker Desktop by opening your terminal and running `open -a Docker`
           * You're good if you see a ![](2020-06-22-14-47-32.png) in your Menubar
        3. Start the package by opening your terminal and running `reveal`
        4. View the results by opening your web browser and going to the url `localhost:8442`
        
        ## Uninstall 
        
        1. Open your terminal and run the command `cleanup`, then the command `pip3 uninstall bestpix`
        2. Shutdown and uninstall Docker Desktop as you would any Application. Official instructions [here](https://support.apple.com/en-us/HT202235)
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
