Skip to content

Take Notes with any pen/pencil on any paper

License

Notifications You must be signed in to change notification settings

MustafaSaber/GhostWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOGO GhostWriter

A simple way to write and and take notes freely without the need for a special electronic pen or tablet

Demo GIF

Hardware Requirements:

Intel RealSense D415/D435 Depth Camera

Python Requirements:

modules:

* pyrealsense2  
* numpy  
* cv2  
* imutils  
* fpdf
* Google Cloud Vision

version:

* python 3.6

How To Use

  1. Plug the camera in your computer
  2. Run main.py script
  3. Specify the for corners of your paper in this order TopLeft -> TopRight -> BottomRight -> BottomLeft by pressing 'e' at each corner after the color is detected at this corner.
  4. Start writing.
  5. Press 'q' to quit, 'c' to clear, 's' to save as a pdf and ably ocr.

Extra Notes

  1. No extra flags needed when executing the main.py script just plug the camera and run it
  2. The script currently uses blue color detection to locate the pen until it is replaced with SDD object detection

License

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

Acknowledgments

  • Dr. Ahmed Shawky Moussa - Project Supervisor
  • Sally Samy - Designer

About

Take Notes with any pen/pencil on any paper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages