Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 3.75 KB

README.md

File metadata and controls

39 lines (37 loc) · 3.75 KB

Mp3-Generator

A web app that uses Python, Flask, Angular and more to generate mp3s from scans of text

Installs required:

  • Need to have all libraries listed in the app installed on your machine with pip **
  • You need to have Python-tesseract installed (on linux, you can use: sudo apt-get install tesseract-ocr)
  • You need to have gTTS installed (on linux, you can use: pip install gtts)
  • You need to have the API key saved to the terminal before you can send emails (it will fail otherwise)

Resources Used: