GithubHelp home page GithubHelp logo

csron / slide-pipe Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 968 KB

Take photos of slides, pipe them to your computer and paste them well formatted to your current notes.

License: MIT License

Python 100.00%
conference-notes conference-presentations presentation-tools picture-to-notes

slide-pipe's Introduction

slide-pipe

Pipe slides you are photographing from a conference / presentation / whatever with your phone directly to your computer clipboard. The pipe not only creates a "shared clipboard" but also pre-processes the image to only get the slide and not all conference participants. Here is an example from some of Uncle Bob Martins youtube videos (https://www.youtube.com/watch?v=o_TH-Y78tt4). The input image is the left and the green one gets extracted and piped to the clipboard: Alt text

Prerequisites

  • You need a shared folder between your phone and your computer. I have my own NAS with a WebDAV server running mounted on my computer. Photos are synced automatically to the NAS.

  • Create and start a virtual environment

    python3 -m venv .venv

    source .venv/bin/activate

  • Install Requirements

    pip install -r requirements.txt

  • On Ubuntu install xclips

    sudo apt install xclip

Getting started

  • Start the pipe

    python3 slide_pipe.py /PATH/TO/SHARED/FOLDER

Limitations

  • The OpenCV pipeline is currently only suited for 16:9 slides with white background.
  • Tested with Ubuntu22.04

ToDos / Ideas

  • Couple the pipe with OCR and extract the text
  • Give the text to a custom GPT and extract important notes directy
    • give equations in Latex

Notes

The project idea came sitting in a conference taking notes and thought it would be incredible to be able to pipe the slides directly to my computer clipboard.

License

This project is licensed under the MIT License - see the LICENSE file for details

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.