JohnLun / ReadAloud

read-aloud.vercel.app
0 stars 0 forks source link

Added gTTS as a requirement for the project. #94

Closed hajygeld closed 1 year ago

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
read-aloud ✅ Ready (Inspect) Visit Preview Nov 29, 2022 at 5:05AM (UTC)
yimothysu commented 1 year ago
  1. Can you remove pyttsx3 and pygame from requirements.txt if we don't need them anymore? This speeds up CI builds and CD deploys.
  2. Can you add speech.mp3 and any other temporary files to .gitignore? Otherwise these will be pushed to the git repository when you run git add . or similar, which we don't want.