Skip to content

Latest commit

 

History

History
42 lines (39 loc) · 1.39 KB

README.md

File metadata and controls

42 lines (39 loc) · 1.39 KB

Brailler

Setting up the Raspberry Pi

  • Install Raspbian using NOOBS
  • Install Python3
  • Install Speech2Text Compatability (? means untested at the moment)
    • Windows
      • pip3 install SpeechRecognition
      • pip3 install pyaudio
      • pip3 install google-api-python-client
    • MacOS
      • pip3 install SpeechRecognition
      • brew install portaudio
      • pip3 install pyaudio
      • pip3 install google-api-python-client
    • Linux
      • (?)sudo apt-get install SpeechRecognition
      • pip3 install SpeechRecognition
      • sudo apt-get install python-pyaudio python3-pyaudio
      • (?) sudo apt-get install google-api-python-client
      • pip3 install google-api-python-client
      • sudo apt-get install flac
  • Install PDF2Text Compatability
    • Windows (TODO)
    • MacOS (Not tested from virutalEnv yet)
      • brew install tesseract --all-languages
      • brew install leptonica
      • pip3 install tesseract-ocr
    • Linux
      • pip3 install pytesseract
      • sudo apt-get install tesseract-ocr
  • PyCNC
    • TODO: ADD THIS PART
  • Download Project Files to Raspberry Pi
    • TODO: ADD THIS PART
    • TODO: Add I/O Support for buttons????
  • Configure Raspberry Pi Bootup to automatically run the project files
    • TODO: ADD THIS PART